Realistic 3D camera system
3D camera system components
|
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... | |
Downloads stock quote information from a server.
Definition at line 22 of file client.cpp.
|
inline |
Constructor starts the asynchronous connect operation.
Definition at line 26 of file client.cpp.
|
inline |
Handle completion of a connect operation.
Definition at line 43 of file client.cpp.
|
inline |
Handle completion of a read operation.
Definition at line 64 of file client.cpp.