Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
This is the complete list of members for asioext::hook_allocator< T, Handler >, including all inherited members.
allocate(std::size_t n) | asioext::hook_allocator< T, Handler > | inline |
deallocate(T *p, std::size_t n) | asioext::hook_allocator< T, Handler > | inline |
hook_allocator class | asioext::hook_allocator< T, Handler > | friend |
hook_allocator(Handler &h) noexcept | asioext::hook_allocator< T, Handler > | inlineexplicit |
hook_allocator(const hook_allocator< U, Handler > &a) noexcept | asioext::hook_allocator< T, Handler > | inline |
operator!=(const hook_allocator &, const hook_allocator< U, Handler > &) noexcept | asioext::hook_allocator< T, Handler > | friend |
operator==(const hook_allocator &, const hook_allocator< U, Handler > &) noexcept | asioext::hook_allocator< T, Handler > | friend |
value_type typedef | asioext::hook_allocator< T, Handler > |