0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::NetInfo Struct Reference

A structure to retrieve network information (host name, primary interface, primary address, gateway etc) More...

#include <SystemInfo.h>

Collaboration diagram for Hypertable::NetInfo:
Collaboration graph
[legend]

Public Member Functions

NetInfoinit ()
 
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
 

Detailed Description

A structure to retrieve network information (host name, primary interface, primary address, gateway etc)

Definition at line 187 of file SystemInfo.h.

Member Function Documentation

NetInfo & Hypertable::NetInfo::init ( )

Definition at line 620 of file SystemInfo.cc.

bool Hypertable::NetInfo::operator!= ( const NetInfo other) const
inline

Definition at line 190 of file SystemInfo.h.

bool NetInfo::operator== ( const NetInfo other) const

Definition at line 119 of file SystemInfo.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: