Realistic 3D camera system
3D camera system components
|
#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_ |
Definition at line 29 of file bind_handler.hpp.
|
inline |
Definition at line 32 of file bind_handler.hpp.
|
inline |
Definition at line 38 of file bind_handler.hpp.
|
inline |
Definition at line 44 of file bind_handler.hpp.
|
inline |
Definition at line 49 of file bind_handler.hpp.
Arg1 asio::detail::binder1< Handler, Arg1 >::arg1_ |
Definition at line 56 of file bind_handler.hpp.
Handler asio::detail::binder1< Handler, Arg1 >::handler_ |
Definition at line 55 of file bind_handler.hpp.