#include <strand_service.hpp>
Public Member Functions | |
| invoke_current_handler (strand_service &service_impl, const implementation_type &impl) | |
| void | operator() () |
| void * | do_handler_allocate (std::size_t size) |
Private Attributes | |
| strand_service & | service_impl_ |
| implementation_type | impl_ |
Friends | |
| void * | asio_handler_allocate (std::size_t size, invoke_current_handler *this_handler) |
| void | asio_handler_deallocate (void *, std::size_t, invoke_current_handler *) |
Definition at line 209 of file strand_service.hpp.
| asio::detail::strand_service::invoke_current_handler::invoke_current_handler | ( | strand_service & | service_impl, | |
| const implementation_type & | impl | |||
| ) | [inline] |
Definition at line 212 of file strand_service.hpp.
| void asio::detail::strand_service::invoke_current_handler::operator() | ( | ) | [inline] |
| void* asio::detail::strand_service::invoke_current_handler::do_handler_allocate | ( | std::size_t | size | ) | [inline] |
| void* asio_handler_allocate | ( | std::size_t | size, | |
| invoke_current_handler * | this_handler | |||
| ) | [friend] |
Definition at line 224 of file strand_service.hpp.
| void asio_handler_deallocate | ( | void * | , | |
| std::size_t | , | |||
| invoke_current_handler * | ||||
| ) | [friend] |
Definition at line 230 of file strand_service.hpp.
Definition at line 251 of file strand_service.hpp.
Referenced by do_handler_allocate(), and operator()().
1.5.6