|
Realistic 3D camera system
3D camera system components
|
#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_ |
Definition at line 159 of file wrapped_handler.hpp.
|
inlineexplicit |
Definition at line 162 of file wrapped_handler.hpp.
|
inlineexplicit |
Definition at line 168 of file wrapped_handler.hpp.
|
inline |
Definition at line 188 of file wrapped_handler.hpp.
|
inline |
Definition at line 193 of file wrapped_handler.hpp.
| Context asio::detail::rewrapped_handler< Handler, Context >::context_ |
Definition at line 199 of file wrapped_handler.hpp.
| Handler asio::detail::rewrapped_handler< Handler, Context >::handler_ |
Definition at line 200 of file wrapped_handler.hpp.
1.8.11