Electroneum
epee::net_utils::t_protocol_handler< t > Class Template Reference

#include <protocol_switcher.h>

Inheritance diagram for epee::net_utils::t_protocol_handler< t >:
Collaboration diagram for epee::net_utils::t_protocol_handler< t >:

Public Types

typedef t t_type
 

Public Member Functions

 t_protocol_handler (i_service_endpoint *psnd_hndlr, typename t_type::config_type &config, const connection_context &conn_context)
 

Detailed Description

template<class t>
class epee::net_utils::t_protocol_handler< t >

Definition at line 54 of file protocol_switcher.h.

Member Typedef Documentation

◆ t_type

template<class t>
typedef t epee::net_utils::t_protocol_handler< t >::t_type

Definition at line 57 of file protocol_switcher.h.

Constructor & Destructor Documentation

◆ t_protocol_handler()

template<class t>
epee::net_utils::t_protocol_handler< t >::t_protocol_handler ( i_service_endpoint psnd_hndlr,
typename t_type::config_type &  config,
const connection_context &  conn_context 
)
inline

Definition at line 58 of file protocol_switcher.h.

58  :m_hadler(psnd_hndlr, config, conn_context)
59  {}

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