Realistic 3D camera system
3D camera system components
|
#include <task_io_service_operation.hpp>
Public Member Functions | |
void | complete (task_io_service &owner, const asio::error_code &ec, std::size_t bytes_transferred) |
void | destroy () |
Protected Types | |
typedef void(* | func_type) (task_io_service *, task_io_service_operation *, const asio::error_code &, std::size_t) |
Protected Member Functions | |
task_io_service_operation (func_type func) | |
~task_io_service_operation () | |
Protected Attributes | |
unsigned int | task_result_ |
Friends | |
class | op_queue_access |
class | task_io_service |
Definition at line 31 of file task_io_service_operation.hpp.
|
protected |
Definition at line 46 of file task_io_service_operation.hpp.
|
inlineprotected |
Definition at line 58 of file task_io_service_operation.hpp.
|
inline |
Definition at line 34 of file task_io_service_operation.hpp.
|
inline |
Definition at line 40 of file task_io_service_operation.hpp.
|
inlineprotected |
Definition at line 50 of file task_io_service_operation.hpp.
|
friend |
Definition at line 63 of file task_io_service_operation.hpp.
|
friend |
Definition at line 67 of file task_io_service_operation.hpp.
|
protected |
Definition at line 68 of file task_io_service_operation.hpp.