Realistic 3D camera system
3D camera system components
|
#include <reactor_op_queue.hpp>
Classes | |
struct | mapped_type |
Public Types | |
typedef Descriptor | key_type |
typedef hash_map< key_type, mapped_type >::value_type | value_type |
typedef hash_map< key_type, mapped_type >::iterator | iterator |
Public Member Functions | |
reactor_op_queue () | |
iterator | begin () |
iterator | end () |
bool | enqueue_operation (Descriptor descriptor, reactor_op *op) |
bool | cancel_operations (iterator i, op_queue< operation > &ops, const asio::error_code &ec=asio::error::operation_aborted) |
bool | cancel_operations (Descriptor descriptor, op_queue< operation > &ops, const asio::error_code &ec=asio::error::operation_aborted) |
bool | empty () const |
bool | has_operation (Descriptor descriptor) const |
bool | perform_operations (iterator i, op_queue< operation > &ops) |
bool | perform_operations (Descriptor descriptor, op_queue< operation > &ops) |
void | get_all_operations (op_queue< operation > &ops) |
Definition at line 31 of file reactor_op_queue.hpp.
typedef hash_map<key_type, mapped_type>::iterator asio::detail::reactor_op_queue< Descriptor >::iterator |
Definition at line 45 of file reactor_op_queue.hpp.
typedef Descriptor asio::detail::reactor_op_queue< Descriptor >::key_type |
Definition at line 35 of file reactor_op_queue.hpp.
typedef hash_map<key_type, mapped_type>::value_type asio::detail::reactor_op_queue< Descriptor >::value_type |
Definition at line 44 of file reactor_op_queue.hpp.
|
inline |
Definition at line 48 of file reactor_op_queue.hpp.
|
inline |
Definition at line 54 of file reactor_op_queue.hpp.
|
inline |
Definition at line 73 of file reactor_op_queue.hpp.
|
inline |
Definition at line 96 of file reactor_op_queue.hpp.
|
inline |
Definition at line 104 of file reactor_op_queue.hpp.
|
inline |
Definition at line 55 of file reactor_op_queue.hpp.
|
inline |
Definition at line 60 of file reactor_op_queue.hpp.
|
inline |
Definition at line 147 of file reactor_op_queue.hpp.
|
inline |
Definition at line 110 of file reactor_op_queue.hpp.
|
inline |
Definition at line 118 of file reactor_op_queue.hpp.
|
inline |
Definition at line 141 of file reactor_op_queue.hpp.