11 #ifndef ASIO_DETAIL_REACTIVE_NULL_BUFFERS_OP_HPP 12 #define ASIO_DETAIL_REACTIVE_NULL_BUFFERS_OP_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 30 template <
typename Handler>
54 ptr p = { asio::detail::addressof(o->handler_), o, o };
65 handler(o->handler_, o->ec_, o->bytes_transferred_);
66 p.h = asio::detail::addressof(handler.
handler_);
88 #endif // ASIO_DETAIL_REACTIVE_NULL_BUFFERS_OP_HPP #define ASIO_HANDLER_INVOCATION_END
reactive_null_buffers_op(Handler &handler)
asio::basic_streambuf< Allocator > & b
class task_io_service io_service_impl
void invoke(Function &function, Context &context)
#define ASIO_HANDLER_INVOCATION_BEGIN(args)
static bool do_perform(reactor_op *)
Class to represent an error code value.
task_io_service_operation operation
ASIO_DEFINE_HANDLER_PTR(reactive_null_buffers_op)
#define ASIO_HANDLER_COMPLETION(args)
#define ASIO_MOVE_CAST(type)
static void do_complete(io_service_impl *owner, operation *base, const asio::error_code &, std::size_t)