NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::message_buffer::alloc::endpoint_msg_manager< con_msg_manager > Class Template Reference

An endpoint message manager that allocates a new manager for each connection. More...

#include <alloc.hpp>

Public Types

typedef con_msg_manager::ptr con_msg_man_ptr
 
typedef con_msg_manager::ptr con_msg_man_ptr
 

Public Member Functions

con_msg_man_ptr get_manager () const
 Get a pointer to a connection message manager. More...
 
con_msg_man_ptr get_manager () const
 Get a pointer to a connection message manager. More...
 

Detailed Description

template<typename con_msg_manager>
class websocketpp::message_buffer::alloc::endpoint_msg_manager< con_msg_manager >

An endpoint message manager that allocates a new manager for each connection.

Definition at line 88 of file alloc.hpp.

Member Typedef Documentation

◆ con_msg_man_ptr [1/2]

Definition at line 90 of file alloc.hpp.

◆ con_msg_man_ptr [2/2]

Definition at line 197 of file pool.hpp.

Member Function Documentation

◆ get_manager() [1/2]

template<typename con_msg_manager >
con_msg_man_ptr websocketpp::message_buffer::alloc::endpoint_msg_manager< con_msg_manager >::get_manager ( ) const
inline

Get a pointer to a connection message manager.

Returns
A pointer to the requested connection message manager.

Definition at line 96 of file alloc.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ get_manager() [2/2]

template<typename con_msg_manager >
con_msg_man_ptr websocketpp::message_buffer::alloc::endpoint_msg_manager< con_msg_manager >::get_manager ( ) const
inline

Get a pointer to a connection message manager.

Returns
A pointer to the requested connection message manager.

Definition at line 203 of file pool.hpp.


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