faudes::SimplenetAddress Class Reference Simplenet node address. More...
Detailed DescriptionSimplenet node address. A node address consists of an IP address and a TCP port. This convenience class implements string based access to both components. Definition at line 31 of file iop_simplenet.h. Constructor & Destructor Documentation
Default constructor. Definition at line 35 of file iop_simplenet.cpp.
Copy construct. Definition at line 41 of file iop_simplenet.cpp.
Construct from string. Definition at line 47 of file iop_simplenet.cpp. Member Function Documentation
Get IP address. Definition at line 48 of file iop_simplenet.h.
Set IP address. Definition at line 57 of file iop_simplenet.h.
Get as colon seperated string. Definition at line 60 of file iop_simplenet.cpp.
Set from colon seperated string. Definition at line 68 of file iop_simplenet.cpp.
Order for sorting containers of addresses. Definition at line 92 of file iop_simplenet.cpp.
Get TCP port. Definition at line 51 of file iop_simplenet.h.
Set TCP port. Definition at line 60 of file iop_simplenet.h.
Return true if valid. Definition at line 52 of file iop_simplenet.cpp. Member Data Documentation
Ip address. Definition at line 71 of file iop_simplenet.h.
TCP port. Definition at line 74 of file iop_simplenet.h. The documentation for this class was generated from the following files: libFAUDES 2.28a --- 2016.09.13 --- c++ api documentaion by doxygen |