IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EndPointOperators.h
Go to the documentation of this file.
1 // EndPointOperators.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKCOMM_ENDPOINTOPERATORS_H__
16 #define __IPSDKCOMM_ENDPOINTOPERATORS_H__
17 
19 
20 namespace ipsdk {
21 namespace tcpip {
22 
23 class EndPoint;
24 
27 
30 IPSDKCOMM_API bool
31 operator== (const EndPoint& endPoint1, const EndPoint& endPoint2);
32 IPSDKCOMM_API bool
33 operator!= (const EndPoint& endPoint1, const EndPoint& endPoint2);
34 IPSDKCOMM_API bool
35 operator< (const EndPoint& endPoint1, const EndPoint& endPoint2);
37 
40 
41 } // end of namespace tcpip
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKCOMM_ENDPOINTOPERATORS_H__
IPSDKCOMM_API bool operator==(const EndPoint &endPoint1, const EndPoint &endPoint2)
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
IPSDKCOMM_API bool operator!=(const EndPoint &endPoint1, const EndPoint &endPoint2)
#define IPSDKCOMM_API
Import/Export macro for library IPSDKComm.
Definition: IPSDKCommExports.h:25
IPSDKCOMM_API bool operator<(const EndPoint &endPoint1, const EndPoint &endPoint2)