Realistic 3D camera system
3D camera system components
|
#include <bind_handler.hpp>
Public Member Functions | |
binder2 (const Handler &handler, const Arg1 &arg1, const Arg2 &arg2) | |
binder2 (Handler &handler, const Arg1 &arg1, const Arg2 &arg2) | |
void | operator() () |
void | operator() () const |
Public Attributes | |
Handler | handler_ |
Arg1 | arg1_ |
Arg2 | arg2_ |
Definition at line 107 of file bind_handler.hpp.
|
inline |
Definition at line 110 of file bind_handler.hpp.
|
inline |
Definition at line 117 of file bind_handler.hpp.
|
inline |
Definition at line 124 of file bind_handler.hpp.
|
inline |
Definition at line 130 of file bind_handler.hpp.
Arg1 asio::detail::binder2< Handler, Arg1, Arg2 >::arg1_ |
Definition at line 137 of file bind_handler.hpp.
Arg2 asio::detail::binder2< Handler, Arg1, Arg2 >::arg2_ |
Definition at line 138 of file bind_handler.hpp.
Handler asio::detail::binder2< Handler, Arg1, Arg2 >::handler_ |
Definition at line 136 of file bind_handler.hpp.