#include <Interfaces.h>
Inheritance diagram for Interfaces::
Public Methods | |
Interfaces () | |
void | init () |
virtual void | toStream (std::ostream &out) |
IpAddress | getPublicIp () |
Return empty string if there is an error, otherwise return an IP address that isnt the loopback interface. More... | |
Private Attributes | |
vector< Interface > | m_interface |
Definition at line 27 of file Interfaces.h.
|
Definition at line 48 of file Interfaces.cpp. |
|
Return empty string if there is an error, otherwise return an IP address that isnt the loopback interface.
Definition at line 58 of file Interfaces.cpp. |
|
Referenced by Interfaces().
|
|
Reimplemented from BasicObject. Definition at line 84 of file Interfaces.cpp. |
|
Definition at line 34 of file Interfaces.h. |