#include <socket_adaptors.h>
◆ context
◆ SocketAdaptor()
| crow::SocketAdaptor::SocketAdaptor |
( |
boost::asio::io_service & |
io_service, |
|
|
context * |
|
|
) |
| |
|
inline |
◆ close()
| void crow::SocketAdaptor::close |
( |
| ) |
|
|
inline |
◆ get_io_service()
| boost::asio::io_service& crow::SocketAdaptor::get_io_service |
( |
| ) |
|
|
inline |
◆ is_open()
| bool crow::SocketAdaptor::is_open |
( |
| ) |
|
|
inline |
◆ raw_socket()
| tcp::socket& crow::SocketAdaptor::raw_socket |
( |
| ) |
|
|
inline |
◆ remote_endpoint()
| tcp::endpoint crow::SocketAdaptor::remote_endpoint |
( |
| ) |
|
|
inline |
◆ socket()
| tcp::socket& crow::SocketAdaptor::socket |
( |
| ) |
|
|
inline |
◆ start()
template<typename F >
| void crow::SocketAdaptor::start |
( |
F |
f | ) |
|
|
inline |
◆ socket_
| tcp::socket crow::SocketAdaptor::socket_ |
The documentation for this struct was generated from the following file: