Realistic 3D camera system
3D camera system components
|
Represents a single connection from a client. More...
#include <connection.hpp>
Public Member Functions | |
connection (asio::io_service &io_service, request_handler &handler) | |
Construct a connection with the given io_service. More... | |
asio::ip::tcp::socket & | socket () |
Get the socket associated with the connection. More... | |
void | start () |
Start the first asynchronous operation for the connection. More... | |
Represents a single connection from a client.
Definition at line 28 of file connection.hpp.
|
explicit |
Construct a connection with the given io_service.
Definition at line 19 of file connection.cpp.
asio::ip::tcp::socket & connection::socket | ( | ) |
Get the socket associated with the connection.
Definition at line 27 of file connection.cpp.
void connection::start | ( | ) |
Start the first asynchronous operation for the connection.
Definition at line 32 of file connection.cpp.