Realistic 3D camera system
3D camera system components
Public Member Functions | Static Public Member Functions | List of all members
asio::detail::reactive_null_buffers_op< Handler > Class Template Reference

#include <reactive_null_buffers_op.hpp>

Inheritance diagram for asio::detail::reactive_null_buffers_op< Handler >:
asio::detail::reactor_op

Public Member Functions

 ASIO_DEFINE_HANDLER_PTR (reactive_null_buffers_op)
 
 reactive_null_buffers_op (Handler &handler)
 
- Public Member Functions inherited from asio::detail::reactor_op
bool perform ()
 

Static Public Member Functions

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

Additional Inherited Members

- 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 bool(* perform_func_type) (reactor_op *)
 
- Protected Member Functions inherited from asio::detail::reactor_op
 reactor_op (perform_func_type perform_func, func_type complete_func)
 

Detailed Description

template<typename Handler>
class asio::detail::reactive_null_buffers_op< Handler >

Definition at line 31 of file reactive_null_buffers_op.hpp.

Constructor & Destructor Documentation

template<typename Handler >
asio::detail::reactive_null_buffers_op< Handler >::reactive_null_buffers_op ( Handler &  handler)
inline

Definition at line 36 of file reactive_null_buffers_op.hpp.

Member Function Documentation

template<typename Handler >
asio::detail::reactive_null_buffers_op< Handler >::ASIO_DEFINE_HANDLER_PTR ( reactive_null_buffers_op< Handler >  )
template<typename Handler >
static void asio::detail::reactive_null_buffers_op< Handler >::do_complete ( io_service_impl owner,
operation base,
const asio::error_code ,
std::size_t   
)
inlinestatic

Definition at line 48 of file reactive_null_buffers_op.hpp.

template<typename Handler >
static bool asio::detail::reactive_null_buffers_op< Handler >::do_perform ( reactor_op )
inlinestatic

Definition at line 43 of file reactive_null_buffers_op.hpp.


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