Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::detail::reactor_op_queue< Descriptor >::mapped_type Struct Reference

#include <reactor_op_queue.hpp>

Inheritance diagram for asio::detail::reactor_op_queue< Descriptor >::mapped_type:
asio::detail::op_queue< reactor_op > asio::detail::noncopyable

Public Member Functions

 mapped_type ()
 
 mapped_type (const mapped_type &)
 
void operator= (const mapped_type &)
 
- Public Member Functions inherited from asio::detail::op_queue< reactor_op >
 op_queue ()
 
 ~op_queue ()
 
reactor_opfront ()
 
void pop ()
 
void push (reactor_op *h)
 
void push (op_queue< OtherOperation > &q)
 
bool empty () const
 

Detailed Description

template<typename Descriptor>
struct asio::detail::reactor_op_queue< Descriptor >::mapped_type

Definition at line 37 of file reactor_op_queue.hpp.

Constructor & Destructor Documentation

template<typename Descriptor>
asio::detail::reactor_op_queue< Descriptor >::mapped_type::mapped_type ( )
inline

Definition at line 39 of file reactor_op_queue.hpp.

template<typename Descriptor>
asio::detail::reactor_op_queue< Descriptor >::mapped_type::mapped_type ( const mapped_type )
inline

Definition at line 40 of file reactor_op_queue.hpp.

Member Function Documentation

template<typename Descriptor>
void asio::detail::reactor_op_queue< Descriptor >::mapped_type::operator= ( const mapped_type )
inline

Definition at line 41 of file reactor_op_queue.hpp.


The documentation for this struct was generated from the following file: