Clementine
Public Member Functions | Static Public Member Functions | List of all members
asio::detail::reactive_null_buffers_op< Handler, IoExecutor > Class Template Reference
Inheritance diagram for asio::detail::reactive_null_buffers_op< Handler, IoExecutor >:
Inheritance graph
[legend]
Collaboration diagram for asio::detail::reactive_null_buffers_op< Handler, IoExecutor >:
Collaboration graph
[legend]

Public Member Functions

 ASIO_DEFINE_HANDLER_PTR (reactive_null_buffers_op)
 
 reactive_null_buffers_op (const asio::error_code &success_ec, Handler &handler, const IoExecutor &io_ex)
 
- Public Member Functions inherited from asio::detail::reactor_op
status perform ()
 

Static Public Member Functions

static status do_perform (reactor_op *)
 
static void do_complete (void *owner, operation *base, const asio::error_code &, std::size_t)
 

Additional Inherited Members

- Public Types inherited from asio::detail::reactor_op
enum  status { not_done, done, done_and_exhausted }
 
- Public Attributes inherited from asio::detail::reactor_op
asio::error_code ec_
 
std::size_t bytes_transferred_
 
- Protected Types inherited from asio::detail::reactor_op
typedef status(* perform_func_type) (reactor_op *)
 
- Protected Member Functions inherited from asio::detail::reactor_op
 reactor_op (const asio::error_code &success_ec, perform_func_type perform_func, func_type complete_func)
 

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