#include <tcp_connection.h>
|
| static sptr | make (boost::asio::io_service &io_service) |
| |
| void gr::blocks::tcp_connection::handle_read |
( |
const boost::system::error_code & |
error, |
|
|
size_t |
bytes_transferred |
|
) |
| |
| void gr::blocks::tcp_connection::handle_write |
( |
const boost::system::error_code & |
error, |
|
|
size_t |
bytes_transferred |
|
) |
| |
|
inline |
| static sptr gr::blocks::tcp_connection::make |
( |
boost::asio::io_service & |
io_service | ) |
|
|
static |
| boost::asio::ip::tcp::socket& gr::blocks::tcp_connection::socket |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: