#include <bind_handler.hpp>
Public Member Functions | |
binder1 (const Handler &handler, const Arg1 &arg1) | |
void | operator() () |
void | operator() () const |
Public Attributes | |
Arg1 | arg1_ |
Handler | handler_ |
Definition at line 27 of file bind_handler.hpp.
asio::detail::binder1< Handler, Arg1 >::binder1 | ( | const Handler & | handler, |
const Arg1 & | arg1 | ||
) | [inline] |
Definition at line 30 of file bind_handler.hpp.
void asio::detail::binder1< Handler, Arg1 >::operator() | ( | ) | [inline] |
Definition at line 36 of file bind_handler.hpp.
void asio::detail::binder1< Handler, Arg1 >::operator() | ( | ) | const [inline] |
Definition at line 41 of file bind_handler.hpp.
Arg1 asio::detail::binder1< Handler, Arg1 >::arg1_ |
Definition at line 48 of file bind_handler.hpp.
Handler asio::detail::binder1< Handler, Arg1 >::handler_ |
Definition at line 47 of file bind_handler.hpp.