Monero
Loading...
Searching...
No Matches
epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler > Struct Template Reference

#include <abstract_tcp_server2.h>

Inheritance diagram for epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >:
Collaboration diagram for epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >:

Public Member Functions

 idle_callback_conext (boost::asio::io_context &io_serice, t_handler &h, uint64_t period)
virtual bool call_handler ()
Public Member Functions inherited from epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base
virtual ~idle_callback_conext_base ()
 idle_callback_conext_base (boost::asio::io_context &io_serice)

Public Attributes

t_handler m_handler
uint64_t m_period
Public Attributes inherited from epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext_base
boost::asio::deadline_timer m_timer

Constructor & Destructor Documentation

◆ idle_callback_conext()

template<class t_protocol_handler>
template<class t_handler>
epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >::idle_callback_conext ( boost::asio::io_context & io_serice,
t_handler & h,
uint64_t period )
inline

Member Function Documentation

◆ call_handler()

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

Member Data Documentation

◆ m_handler

template<class t_protocol_handler>
template<class t_handler>
t_handler epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >::m_handler

◆ m_period

template<class t_protocol_handler>
template<class t_handler>
uint64_t epee::net_utils::boosted_tcp_server< t_protocol_handler >::idle_callback_conext< t_handler >::m_period

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