NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::transport::asio::handler_allocator Class Reference

#include <base.hpp>

Collaboration diagram for websocketpp::transport::asio::handler_allocator:

Public Member Functions

 handler_allocator ()
 
void * allocate (std::size_t memsize)
 
void deallocate (void *pointer)
 

Static Public Attributes

static const size_t size = 1024
 

Detailed Description

Definition at line 52 of file base.hpp.

Constructor & Destructor Documentation

websocketpp::transport::asio::handler_allocator::handler_allocator ( )
inline

Definition at line 56 of file base.hpp.

Member Function Documentation

void* websocketpp::transport::asio::handler_allocator::allocate ( std::size_t  memsize)
inline

Definition at line 63 of file base.hpp.

void websocketpp::transport::asio::handler_allocator::deallocate ( void *  pointer)
inline

Definition at line 72 of file base.hpp.

Member Data Documentation

const size_t websocketpp::transport::asio::handler_allocator::size = 1024
static

Definition at line 54 of file base.hpp.


The documentation for this class was generated from the following file: