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

#include <bind_handler.hpp>

Public Member Functions

 binder1 (const Handler &handler, const Arg1 &arg1)
 
 binder1 (Handler &handler, const Arg1 &arg1)
 
void operator() ()
 
void operator() () const
 

Public Attributes

Handler handler_
 
Arg1 arg1_
 

Detailed Description

template<typename Handler, typename Arg1>
class asio::detail::binder1< Handler, Arg1 >

Definition at line 29 of file bind_handler.hpp.

Constructor & Destructor Documentation

template<typename Handler, typename Arg1>
asio::detail::binder1< Handler, Arg1 >::binder1 ( const Handler &  handler,
const Arg1 &  arg1 
)
inline

Definition at line 32 of file bind_handler.hpp.

template<typename Handler, typename Arg1>
asio::detail::binder1< Handler, Arg1 >::binder1 ( Handler &  handler,
const Arg1 &  arg1 
)
inline

Definition at line 38 of file bind_handler.hpp.

Member Function Documentation

template<typename Handler, typename Arg1>
void asio::detail::binder1< Handler, Arg1 >::operator() ( )
inline

Definition at line 44 of file bind_handler.hpp.

template<typename Handler, typename Arg1>
void asio::detail::binder1< Handler, Arg1 >::operator() ( ) const
inline

Definition at line 49 of file bind_handler.hpp.

Member Data Documentation

template<typename Handler, typename Arg1>
Arg1 asio::detail::binder1< Handler, Arg1 >::arg1_

Definition at line 56 of file bind_handler.hpp.

template<typename Handler, typename Arg1>
Handler asio::detail::binder1< Handler, Arg1 >::handler_

Definition at line 55 of file bind_handler.hpp.


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