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::ProxyAddressInfo Class Reference

Holds address and hostname associated with a proxy name. More...

#include <ProxyMap.h>

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

Public Member Functions

 ProxyAddressInfo ()
 
 ProxyAddressInfo (const String &h, InetAddr a)
 

Public Attributes

String hostname
 
InetAddr addr
 

Detailed Description

Holds address and hostname associated with a proxy name.

Definition at line 48 of file ProxyMap.h.

Constructor & Destructor Documentation

Hypertable::ProxyAddressInfo::ProxyAddressInfo ( )
inline

Definition at line 50 of file ProxyMap.h.

Hypertable::ProxyAddressInfo::ProxyAddressInfo ( const String h,
InetAddr  a 
)
inline

Definition at line 51 of file ProxyMap.h.

Member Data Documentation

InetAddr Hypertable::ProxyAddressInfo::addr

Definition at line 53 of file ProxyMap.h.

String Hypertable::ProxyAddressInfo::hostname

Definition at line 52 of file ProxyMap.h.


The documentation for this class was generated from the following file: