|
| wrapped_handler (Dispatcher dispatcher, Handler &handler) |
|
void | operator() () |
|
void | operator() () const |
|
template<typename Arg1 > |
void | operator() (const Arg1 &arg1) |
|
template<typename Arg1 > |
void | operator() (const Arg1 &arg1) const |
|
template<typename Arg1 , typename Arg2 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2) |
|
template<typename Arg1 , typename Arg2 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2) const |
|
template<typename Arg1 , typename Arg2 , typename Arg3 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3) |
|
template<typename Arg1 , typename Arg2 , typename Arg3 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3) const |
|
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4) |
|
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4) const |
|
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename Arg5 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4, const Arg5 &arg5) |
|
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename Arg5 > |
void | operator() (const Arg1 &arg1, const Arg2 &arg2, const Arg3 &arg3, const Arg4 &arg4, const Arg5 &arg5) const |
|
template<typename Dispatcher, typename Handler, typename IsContinuation = is_continuation_delegated>
class asio::detail::wrapped_handler< Dispatcher, Handler, IsContinuation >
Definition at line 48 of file wrapped_handler.hpp.
template<typename Dispatcher, typename Handler, typename IsContinuation = is_continuation_delegated>
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 >
void asio::detail::wrapped_handler< Dispatcher, Handler, IsContinuation >::operator() |
( |
const Arg1 & |
arg1, |
|
|
const Arg2 & |
arg2, |
|
|
const Arg3 & |
arg3, |
|
|
const Arg4 & |
arg4 |
|
) |
| |
|
inline |
template<typename Dispatcher, typename Handler, typename IsContinuation = is_continuation_delegated>
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 >
void asio::detail::wrapped_handler< Dispatcher, Handler, IsContinuation >::operator() |
( |
const Arg1 & |
arg1, |
|
|
const Arg2 & |
arg2, |
|
|
const Arg3 & |
arg3, |
|
|
const Arg4 & |
arg4 |
|
) |
| const |
|
inline |
template<typename Dispatcher, typename Handler, typename IsContinuation = is_continuation_delegated>
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename Arg5 >
void asio::detail::wrapped_handler< Dispatcher, Handler, IsContinuation >::operator() |
( |
const Arg1 & |
arg1, |
|
|
const Arg2 & |
arg2, |
|
|
const Arg3 & |
arg3, |
|
|
const Arg4 & |
arg4, |
|
|
const Arg5 & |
arg5 |
|
) |
| |
|
inline |
template<typename Dispatcher, typename Handler, typename IsContinuation = is_continuation_delegated>
template<typename Arg1 , typename Arg2 , typename Arg3 , typename Arg4 , typename Arg5 >
void asio::detail::wrapped_handler< Dispatcher, Handler, IsContinuation >::operator() |
( |
const Arg1 & |
arg1, |
|
|
const Arg2 & |
arg2, |
|
|
const Arg3 & |
arg3, |
|
|
const Arg4 & |
arg4, |
|
|
const Arg5 & |
arg5 |
|
) |
| const |
|
inline |