FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void tcp_connection::AsyncRead
(
ba::mutable_buffers_1
buffers
)
inline
Definition at line
66
of file
fad.cc
.
References
HandleReceivedData()
.
67
{
68
ba::async_read(*
this
, buffers,
69
boost::bind(&
tcp_connection::HandleReceivedData
, shared_from_this(),
70
dummy::error, dummy::bytes_transferred));
71
}
tcp_connection::HandleReceivedData
void HandleReceivedData(const boost::system::error_code &error, size_t bytes_received)
Definition:
fad.cc:251
Here is the call graph for this function:
tcp_connection
Generated on Sun Sep 18 2016 20:51:03 for FACT++ by
1.8.11