Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::message_buffer::alloc::endpoint_msg_manager< con_msg_manager > Class Template Reference

#include <alloc.hpp>

Public Types

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.
 
con_msg_man_ptr get_manager () const
 Get a pointer to a connection message manager.
 

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 195 of file pool.hpp.

Member Typedef Documentation

◆ con_msg_man_ptr

Definition at line 90 of file alloc.hpp.

Member Function Documentation

◆ get_manager() [1/2]

Returns
A pointer to the requested connection message manager.

Definition at line 96 of file alloc.hpp.

96 {
97 return con_msg_man_ptr(lib::make_shared<con_msg_manager>());
98 }
Here is the caller graph for this function:

◆ get_manager() [2/2]

Returns
A pointer to the requested connection message manager.

Definition at line 203 of file pool.hpp.

203 {
204 return lib::make_shared<con_msg_manager>();
205 }

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