Public Member Functions | |
| ServiceDescriptor () | |
| void | clear () |
| bool | empty () const |
| bool | operator== (const ServiceDescriptor &other) const |
| bool | operator!= (const ServiceDescriptor &other) const |
Public Attributes | |
| std::string | address |
| unsigned | port |
Definition at line 36 of file HandlerSettings.h.
|
inline |
Definition at line 38 of file HandlerSettings.h.
|
inline |
clear config
Definition at line 50 of file HandlerSettings.h.
|
inline |
checks whether descriptor is empty
Definition at line 57 of file HandlerSettings.h.
|
inline |
Compares with another instance.
Definition at line 69 of file HandlerSettings.h.
|
inline |
Compares with another instance.
Definition at line 63 of file HandlerSettings.h.
| std::string address |
Ip address.
Definition at line 43 of file HandlerSettings.h.
| unsigned port |
Port number.
Definition at line 46 of file HandlerSettings.h.