ゴミ箱
Public Member Functions | Friends | List of all members
boost::beast::websocket::detail::teardown_tcp_op< Handler > Class Template Reference

Public Member Functions

 teardown_tcp_op (teardown_tcp_op &&other)=default
 
 teardown_tcp_op (teardown_tcp_op const &other)=default
 
template<class DeducedHandler >
 teardown_tcp_op (DeducedHandler &&h, socket_type &s, role_type role)
 
void operator() (error_code ec={}, std::size_t bytes_transferred=0)
 

Friends

void * asio_handler_allocate (std::size_t size, teardown_tcp_op *op)
 
void asio_handler_deallocate (void *p, std::size_t size, teardown_tcp_op *op)
 
bool asio_handler_is_continuation (teardown_tcp_op *op)
 
template<class Function >
void asio_handler_invoke (Function &&f, teardown_tcp_op *op)
 

Constructor & Destructor Documentation

template<class Handler >
boost::beast::websocket::detail::teardown_tcp_op< Handler >::teardown_tcp_op ( teardown_tcp_op< Handler > &&  other)
default
template<class Handler >
boost::beast::websocket::detail::teardown_tcp_op< Handler >::teardown_tcp_op ( teardown_tcp_op< Handler > const &  other)
default
template<class Handler >
template<class DeducedHandler >
boost::beast::websocket::detail::teardown_tcp_op< Handler >::teardown_tcp_op ( DeducedHandler &&  h,
socket_type &  s,
role_type  role 
)
inline

Member Function Documentation

template<class Handler >
void boost::beast::websocket::detail::teardown_tcp_op< Handler >::operator() ( error_code  ec = {},
std::size_t  bytes_transferred = 0 
)

Friends And Related Function Documentation

template<class Handler >
void* asio_handler_allocate ( std::size_t  size,
teardown_tcp_op< Handler > *  op 
)
friend
template<class Handler >
void asio_handler_deallocate ( void *  p,
std::size_t  size,
teardown_tcp_op< Handler > *  op 
)
friend
template<class Handler >
template<class Function >
void asio_handler_invoke ( Function &&  f,
teardown_tcp_op< Handler > *  op 
)
friend
template<class Handler >
bool asio_handler_is_continuation ( teardown_tcp_op< Handler > *  op)
friend

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