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::Endpoint Struct Reference

High-level entry point to a service; wraps a host:port pair. More...

#include <InetAddr.h>

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

Public Member Functions

 Endpoint (const String &host, uint16_t port)
 
 Endpoint ()
 

Public Attributes

String host
 
uint16_t port
 

Detailed Description

High-level entry point to a service; wraps a host:port pair.

Definition at line 44 of file InetAddr.h.

Constructor & Destructor Documentation

Hypertable::Endpoint::Endpoint ( const String host,
uint16_t  port 
)
inline

Definition at line 45 of file InetAddr.h.

Hypertable::Endpoint::Endpoint ( )
inline

Definition at line 49 of file InetAddr.h.

Member Data Documentation

String Hypertable::Endpoint::host

Definition at line 53 of file InetAddr.h.

uint16_t Hypertable::Endpoint::port

Definition at line 54 of file InetAddr.h.


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