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::Thrift::ClientHelper Struct Reference

#include <Client.h>

Inheritance diagram for Hypertable::Thrift::ClientHelper:
Inheritance graph
[legend]

Public Member Functions

 ClientHelper (const std::string &host, int port, int timeout_ms)
 

Public Attributes

boost::shared_ptr< TSocket > socket
 
boost::shared_ptr< TTransport > transport
 
boost::shared_ptr< TProtocol > protocol
 

Detailed Description

Definition at line 40 of file Client.h.

Constructor & Destructor Documentation

Hypertable::Thrift::ClientHelper::ClientHelper ( const std::string &  host,
int  port,
int  timeout_ms 
)
inline

Definition at line 45 of file Client.h.

Member Data Documentation

boost::shared_ptr<TProtocol> Hypertable::Thrift::ClientHelper::protocol

Definition at line 43 of file Client.h.

boost::shared_ptr<TSocket> Hypertable::Thrift::ClientHelper::socket

Definition at line 41 of file Client.h.

boost::shared_ptr<TTransport> Hypertable::Thrift::ClientHelper::transport

Definition at line 42 of file Client.h.


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