|
|
||||||
|
faudes::SimplenetAddress Class Reference 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◆ SimplenetAddress() [1/3]
Default constructor. Definition at line 35 of file iop_simplenet.cpp. ◆ SimplenetAddress() [2/3]
Copy construct. Definition at line 41 of file iop_simplenet.cpp. ◆ SimplenetAddress() [3/3]
Construct from string. Definition at line 47 of file iop_simplenet.cpp. Member Function Documentation◆ Ip() [1/2]
Set IP address. Definition at line 57 of file iop_simplenet.h. ◆ Ip() [2/2]
Get IP address. Definition at line 48 of file iop_simplenet.h. ◆ IpColonPort() [1/2]
Set from colon seperated string. Definition at line 68 of file iop_simplenet.cpp. ◆ IpColonPort() [2/2]
Get as colon seperated string. Definition at line 60 of file iop_simplenet.cpp. ◆ operator<()
Order for sorting containers of addresses. Definition at line 92 of file iop_simplenet.cpp. ◆ Port() [1/2]
Set TCP port Definition at line 60 of file iop_simplenet.h. ◆ Port() [2/2]
Get TCP port. Definition at line 51 of file iop_simplenet.h. ◆ Valid()
Return true if valid. Definition at line 52 of file iop_simplenet.cpp. Member Data Documentation◆ mIp
Ip address. Definition at line 71 of file iop_simplenet.h. ◆ mPort
TCP port. Definition at line 74 of file iop_simplenet.h. The documentation for this class was generated from the following files: libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |