CppServer 1.0.6.0
C++ Server Library
Loading...
Searching...
No Matches
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

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.

Detailed Description

Asio memory manager definition.

Author
Ivan Shynkarenka
Date
16.02.2018

Definition in file memory.h.