A structure to retrieve network information (host name, primary interface, primary address, gateway etc) More...
#include <SystemInfo.h>
Public Member Functions | |
NetInfo & | init () |
bool | operator== (const NetInfo &other) const |
bool | operator!= (const NetInfo &other) const |
Public Attributes | |
String | host_name |
String | primary_if |
String | primary_addr |
String | default_gw |
A structure to retrieve network information (host name, primary interface, primary address, gateway etc)
Definition at line 187 of file SystemInfo.h.
NetInfo & Hypertable::NetInfo::init | ( | ) |
Definition at line 620 of file SystemInfo.cc.
|
inline |
Definition at line 190 of file SystemInfo.h.
bool NetInfo::operator== | ( | const NetInfo & | other | ) | const |
Definition at line 119 of file SystemInfo.cc.
String Hypertable::NetInfo::default_gw |
Definition at line 197 of file SystemInfo.h.
String Hypertable::NetInfo::host_name |
Definition at line 194 of file SystemInfo.h.
String Hypertable::NetInfo::primary_addr |
Definition at line 196 of file SystemInfo.h.
String Hypertable::NetInfo::primary_if |
Definition at line 195 of file SystemInfo.h.