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

Public Member Functions

 session (tcp::socket &socket)
 
bool want_read () const
 
void do_read (asio::error_code &ec)
 
bool want_write () const
 
void do_write (asio::error_code &ec)
 

Detailed Description

Definition at line 26 of file third_party_lib.cpp.

Constructor & Destructor Documentation

third_party_lib::session::session ( tcp::socket &  socket)
inline

Definition at line 29 of file third_party_lib.cpp.

Member Function Documentation

void third_party_lib::session::do_read ( asio::error_code ec)
inline

Definition at line 43 of file third_party_lib.cpp.

void third_party_lib::session::do_write ( asio::error_code ec)
inline

Definition at line 60 of file third_party_lib.cpp.

bool third_party_lib::session::want_read ( ) const
inline

Definition at line 37 of file third_party_lib.cpp.

bool third_party_lib::session::want_write ( ) const
inline

Definition at line 54 of file third_party_lib.cpp.


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