11 #ifndef ASIO_DETAIL_TASK_IO_SERVICE_OPERATION_HPP 12 #define ASIO_DETAIL_TASK_IO_SERVICE_OPERATION_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 27 class task_io_service;
37 func_(&owner,
this, ec, bytes_transferred);
47 task_io_service_operation*,
64 task_io_service_operation* next_;
67 friend class task_io_service;
76 #endif // ASIO_DETAIL_TASK_IO_SERVICE_OPERATION_HPP task_io_service_operation(func_type func)
unsigned int task_result_
~task_io_service_operation()
Class to represent an error code value.
void complete(task_io_service &owner, const asio::error_code &ec, std::size_t bytes_transferred)