Realistic 3D camera system
3D camera system components
Public Member Functions | Public Attributes | List of all members
asio::detail::rewrapped_handler< Handler, Context > Class Template Reference

#include <wrapped_handler.hpp>

Public Member Functions

 rewrapped_handler (Handler &handler, const Context &context)
 
 rewrapped_handler (const Handler &handler, const Context &context)
 
void operator() ()
 
void operator() () const
 

Public Attributes

Context context_
 
Handler handler_
 

Detailed Description

template<typename Handler, typename Context>
class asio::detail::rewrapped_handler< Handler, Context >

Definition at line 159 of file wrapped_handler.hpp.

Constructor & Destructor Documentation

template<typename Handler, typename Context>
asio::detail::rewrapped_handler< Handler, Context >::rewrapped_handler ( Handler &  handler,
const Context &  context 
)
inlineexplicit

Definition at line 162 of file wrapped_handler.hpp.

template<typename Handler, typename Context>
asio::detail::rewrapped_handler< Handler, Context >::rewrapped_handler ( const Handler &  handler,
const Context &  context 
)
inlineexplicit

Definition at line 168 of file wrapped_handler.hpp.

Member Function Documentation

template<typename Handler, typename Context>
void asio::detail::rewrapped_handler< Handler, Context >::operator() ( )
inline

Definition at line 188 of file wrapped_handler.hpp.

template<typename Handler, typename Context>
void asio::detail::rewrapped_handler< Handler, Context >::operator() ( ) const
inline

Definition at line 193 of file wrapped_handler.hpp.

Member Data Documentation

template<typename Handler, typename Context>
Context asio::detail::rewrapped_handler< Handler, Context >::context_

Definition at line 199 of file wrapped_handler.hpp.

template<typename Handler, typename Context>
Handler asio::detail::rewrapped_handler< Handler, Context >::handler_

Definition at line 200 of file wrapped_handler.hpp.


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