Asio Extensions
Additional functionality built on top of (Boost.)Asio
asioext::hook_allocator< T, Handler > Member List

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 classasioext::hook_allocator< T, Handler >friend
hook_allocator(Handler &h) noexceptasioext::hook_allocator< T, Handler >inlineexplicit
hook_allocator(const hook_allocator< U, Handler > &a) noexceptasioext::hook_allocator< T, Handler >inline
operator!=(const hook_allocator &, const hook_allocator< U, Handler > &) noexceptasioext::hook_allocator< T, Handler >friend
operator==(const hook_allocator &, const hook_allocator< U, Handler > &) noexceptasioext::hook_allocator< T, Handler >friend
value_type typedefasioext::hook_allocator< T, Handler >