CppServer  1.0.4.0
C++ Server Library
Classes | Namespaces | Functions
memory.h File Reference

Asio memory manager definition. More...

#include <memory>
#include "memory.inl"

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

 CppServer
 C++ Server project definitions.
 
 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. More...
 

Detailed Description

Asio memory manager definition.

Author
Ivan Shynkarenka
Date
16.02.2018

Definition in file memory.h.