Realistic 3D camera system
3D camera system components
|
#include <reactive_null_buffers_op.hpp>
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) | |
Definition at line 31 of file reactive_null_buffers_op.hpp.
|
inline |
Definition at line 36 of file reactive_null_buffers_op.hpp.
asio::detail::reactive_null_buffers_op< Handler >::ASIO_DEFINE_HANDLER_PTR | ( | reactive_null_buffers_op< Handler > | ) |
|
inlinestatic |
Definition at line 48 of file reactive_null_buffers_op.hpp.
|
inlinestatic |
Definition at line 43 of file reactive_null_buffers_op.hpp.