$search
#include "asio/detail/push_options.hpp"#include "asio/detail/handler_alloc_helpers.hpp"#include "asio/detail/handler_invoke_helpers.hpp"#include "asio/detail/pop_options.hpp"

Go to the source code of this file.
Classes | |
| class | asio::detail::handler_base_from_member< Handler > |
Namespaces | |
| namespace | asio |
| namespace | asio::detail |
Functions | |
| template<typename Handler > | |
| void * | asio::detail::asio_handler_allocate (std::size_t size, handler_base_from_member< Handler > *this_handler) |
| template<typename Handler > | |
| void | asio::detail::asio_handler_deallocate (void *pointer, std::size_t size, handler_base_from_member< Handler > *this_handler) |
| template<typename Function , typename Handler > | |
| void | asio::detail::asio_handler_invoke (const Function &function, handler_base_from_member< Handler > *this_handler) |