OnixS CBOE CSM Handler for C++  1.2.8.0
Public Member Functions | Public Attributes
ServiceDescriptor Struct Reference

Service endpoint description. More...

List of all members.

Public Member Functions

 ServiceDescriptor (const std::string &a, unsigned p)
bool operator== (const ServiceDescriptor &other) const
 Compares with another instance.
bool operator!= (const ServiceDescriptor &other) const
 Compares with another instance.

Public Attributes

std::string address
 Ip address.
unsigned port
 Port number.

Detailed Description

Service endpoint description.