#include <wrapped_handler.hpp>
Public Member Functions | |
| rewrapped_handler (const Handler &handler, const Context &context) | |
| void | operator() () |
| void | operator() () const |
Public Attributes | |
| Handler | handler_ |
| Context | context_ |
Definition at line 141 of file wrapped_handler.hpp.
| asio::detail::rewrapped_handler< Handler, Context >::rewrapped_handler | ( | const Handler & | handler, | |
| const Context & | context | |||
| ) | [inline, explicit] |
Definition at line 144 of file wrapped_handler.hpp.
| void asio::detail::rewrapped_handler< Handler, Context >::operator() | ( | ) | [inline] |
Definition at line 150 of file wrapped_handler.hpp.
References asio::detail::rewrapped_handler< Handler, Context >::handler_.
| void asio::detail::rewrapped_handler< Handler, Context >::operator() | ( | ) | const [inline] |
Definition at line 155 of file wrapped_handler.hpp.
References asio::detail::rewrapped_handler< Handler, Context >::handler_.
| Handler asio::detail::rewrapped_handler< Handler, Context >::handler_ |
Definition at line 161 of file wrapped_handler.hpp.
Referenced by asio::detail::rewrapped_handler< Handler, Context >::operator()().
| Context asio::detail::rewrapped_handler< Handler, Context >::context_ |
Definition at line 162 of file wrapped_handler.hpp.
Referenced by asio::detail::asio_handler_invoke().
1.5.6