Electroneum
epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base Struct Reference

#include <abstract_tcp_server2.h>

Inheritance diagram for epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base:

Public Member Functions

virtual ~idle_callback_conext_base ()
 
virtual bool call_handler ()
 
 idle_callback_conext_base (boost::asio::io_service &io_serice)
 

Public Attributes

boost::asio::deadline_timer m_timer
 

Detailed Description

template<class t_protocol_handler>
struct epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base

Definition at line 282 of file abstract_tcp_server2.h.

Constructor & Destructor Documentation

◆ ~idle_callback_conext_base()

template<class t_protocol_handler>
virtual epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base::~idle_callback_conext_base ( )
inlinevirtual

Definition at line 284 of file abstract_tcp_server2.h.

284 {}

◆ idle_callback_conext_base()

template<class t_protocol_handler>
epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base::idle_callback_conext_base ( boost::asio::io_service &  io_serice)
inline

Definition at line 288 of file abstract_tcp_server2.h.

288  :
289  m_timer(io_serice)
290  {}

Member Function Documentation

◆ call_handler()

template<class t_protocol_handler>
virtual bool epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base::call_handler ( )
inlinevirtual

Member Data Documentation

◆ m_timer

template<class t_protocol_handler>
boost::asio::deadline_timer epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base::m_timer

Definition at line 291 of file abstract_tcp_server2.h.


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