CppServer 1.0.5.0
C++ Server Library
|
Asio memory manager definition. More...
Go to the source code of this file.
Classes | |
class | CppServer::Asio::HandlerStorage |
Asio handler storage. More... | |
class | CppServer::Asio::HandlerAllocator< T > |
Asio handler allocator. More... | |
class | CppServer::Asio::AllocateHandler< THandler > |
Asio allocate handler wrapper. More... | |
Namespaces | |
namespace | CppServer |
C++ Server project definitions. | |
namespace | CppServer::Asio |
Asio definitions. | |
Functions | |
template<typename THandler > | |
AllocateHandler< THandler > | CppServer::Asio::make_alloc_handler (HandlerStorage &storage, THandler handler) |
Helper function to wrap a handler object to add custom allocation. | |