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

Public Member Functions

 write_some_op (write_some_op &&)=default
 
 write_some_op (write_some_op const &)=default
 
template<class DeducedHandler >
 write_some_op (DeducedHandler &&h, stream< NextLayer > &ws, bool fin, Buffers const &bs)
 
Handler & handler ()
 
void operator() (error_code ec={}, std::size_t bytes_transferred=0, bool cont=true)
 

Friends

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

Constructor & Destructor Documentation

template<class NextLayer >
template<class NextLayer >
boost::beast::websocket::stream< NextLayer >::write_some_op< NextLayer >::write_some_op ( write_some_op< NextLayer > &&  )
default
template<class NextLayer >
template<class NextLayer >
boost::beast::websocket::stream< NextLayer >::write_some_op< NextLayer >::write_some_op ( write_some_op< NextLayer > const &  )
default
template<class NextLayer >
template<class NextLayer >
template<class DeducedHandler >
boost::beast::websocket::stream< NextLayer >::write_some_op< NextLayer >::write_some_op ( DeducedHandler &&  h,
stream< NextLayer > &  ws,
bool  fin,
Buffers const &  bs 
)
inline

Member Function Documentation

template<class NextLayer >
template<class NextLayer >
Handler& boost::beast::websocket::stream< NextLayer >::write_some_op< NextLayer >::handler ( )
inline
template<class NextLayer >
template<class Buffers , class Handler >
void boost::beast::websocket::stream< NextLayer >::write_some_op< Buffers, Handler >::operator() ( error_code  ec = {},
std::size_t  bytes_transferred = 0,
bool  cont = true 
)

Friends And Related Function Documentation

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

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