FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void tcp_connection::AsyncWrite
(
ba::ip::tcp::socket *
socket
,
const ba::const_buffers_1 &
buffers
)
inline
Definition at line
73
of file
fad.cc
.
References
HandleSentData()
.
74
{
75
ba::async_write(*socket, buffers,
76
boost::bind(&
tcp_connection::HandleSentData
, shared_from_this(),
77
dummy::error, dummy::bytes_transferred));
78
}
tcp_connection::HandleSentData
void HandleSentData(const boost::system::error_code &, size_t)
Definition:
fad.cc:107
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