#include <OnixS/Euronext/MarketData/OptiqMdg/HandlerSettings.h>
Public Member Functions | |
ServiceDescriptor () | |
ServiceDescriptor (const std::string &a, unsigned int port) | |
bool | operator== (const ServiceDescriptor &other) const |
bool | operator!= (const ServiceDescriptor &other) const |
bool | valid () const |
Public Attributes | |
std::string | address |
unsigned | port |
Definition at line 40 of file HandlerSettings.h.
|
inline |
Definition at line 43 of file HandlerSettings.h.
|
inline |
Definition at line 48 of file HandlerSettings.h.
|
inline |
Compares with another instance.
Definition at line 66 of file HandlerSettings.h.
|
inline |
Compares with another instance.
Definition at line 60 of file HandlerSettings.h.
|
inline |
Returns true if the descriptor points to valid ip address.
Definition at line 72 of file HandlerSettings.h.
std::string address |
Ip address.
Definition at line 54 of file HandlerSettings.h.
unsigned port |
Port number.
Definition at line 57 of file HandlerSettings.h.