Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
s11n_example::client Class Reference

Downloads stock quote information from a server. More...

Public Member Functions

 client (asio::io_service &io_service, const std::string &host, const std::string &service)
 Constructor starts the asynchronous connect operation. More...
 
void handle_connect (const asio::error_code &e)
 Handle completion of a connect operation. More...
 
void handle_read (const asio::error_code &e)
 Handle completion of a read operation. More...
 

Detailed Description

Downloads stock quote information from a server.

Definition at line 22 of file client.cpp.

Constructor & Destructor Documentation

s11n_example::client::client ( asio::io_service io_service,
const std::string &  host,
const std::string &  service 
)
inline

Constructor starts the asynchronous connect operation.

Definition at line 26 of file client.cpp.

Member Function Documentation

void s11n_example::client::handle_connect ( const asio::error_code e)
inline

Handle completion of a connect operation.

Definition at line 43 of file client.cpp.

void s11n_example::client::handle_read ( const asio::error_code e)
inline

Handle completion of a read operation.

Definition at line 64 of file client.cpp.


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