$search
#include <wrapped_handler.hpp>
Public Member Functions | |
| void | operator() () const |
| void | operator() () |
| rewrapped_handler (const Handler &handler, const Context &context) | |
Public Attributes | |
| Context | context_ |
| Handler | handler_ |
Definition at line 131 of file wrapped_handler.hpp.
| asio::detail::rewrapped_handler< Handler, Context >::rewrapped_handler | ( | const Handler & | handler, | |
| const Context & | context | |||
| ) | [inline, explicit] |
Definition at line 134 of file wrapped_handler.hpp.
| void asio::detail::rewrapped_handler< Handler, Context >::operator() | ( | ) | const [inline] |
Definition at line 145 of file wrapped_handler.hpp.
| void asio::detail::rewrapped_handler< Handler, Context >::operator() | ( | ) | [inline] |
Definition at line 140 of file wrapped_handler.hpp.
| Context asio::detail::rewrapped_handler< Handler, Context >::context_ |
Definition at line 152 of file wrapped_handler.hpp.
| Handler asio::detail::rewrapped_handler< Handler, Context >::handler_ |
Definition at line 151 of file wrapped_handler.hpp.