NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
pool.hpp File Reference
#include <websocketpp/common/memory.hpp>
#include <string>
Include dependency graph for pool.hpp:

Go to the source code of this file.

Classes

class  websocketpp::message_buffer::message< con_msg_manager >
 Represents a buffer for a single WebSocket message. More...
 
class  websocketpp::message_buffer::alloc::con_msg_manager< message >
 A connection message manager that allocates a new message for each request. More...
 
class  websocketpp::message_buffer::alloc::endpoint_msg_manager< con_msg_manager >
 An endpoint message manager that allocates a new manager for each connection. More...
 
class  websocketpp::message_buffer::pool::con_msg_manager
 A connection messages manager that maintains a pool of messages that is used to fulfill get_message requests. More...
 
class  websocketpp::message_buffer::pool::endpoint_msg_manager
 An endpoint manager that maintains a shared pool of connection managers and returns an appropriate one for the requesting connection. More...
 

Namespaces

 websocketpp
 Namespace for the WebSocket++ project.
 
 websocketpp::message_buffer
 
 websocketpp::message_buffer::alloc
 
 websocketpp::message_buffer::pool
 

Functions

template<typename T >
void websocketpp::message_buffer::message_deleter (T *msg)
 Custom deleter for use in shared_ptrs to message. More...