ゴミ箱
Classes | Public Member Functions | Friends | List of all members
boost::beast::websocket::stream< NextLayer >::ping_op< NextLayer > Class Template Reference
Inheritance diagram for boost::beast::websocket::stream< NextLayer >::ping_op< NextLayer >:

Public Member Functions

 ping_op (ping_op &&)=default
 
 ping_op (ping_op const &)=default
 
template<class DeducedHandler >
 ping_op (DeducedHandler &&h, stream< NextLayer > &ws, detail::opcode op, ping_data const &payload)
 
void operator() (error_code ec={}, std::size_t bytes_transferred=0)
 

Friends

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

Constructor & Destructor Documentation

template<class NextLayer >
template<class NextLayer >
boost::beast::websocket::stream< NextLayer >::ping_op< NextLayer >::ping_op ( ping_op< NextLayer > &&  )
default
template<class NextLayer >
template<class NextLayer >
boost::beast::websocket::stream< NextLayer >::ping_op< NextLayer >::ping_op ( ping_op< NextLayer > const &  )
default
template<class NextLayer >
template<class NextLayer >
template<class DeducedHandler >
boost::beast::websocket::stream< NextLayer >::ping_op< NextLayer >::ping_op ( DeducedHandler &&  h,
stream< NextLayer > &  ws,
detail::opcode  op,
ping_data const &  payload 
)
inline

Member Function Documentation

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

Friends And Related Function Documentation

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

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