rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::fltk::supervisor_fltk_t::timer_t Struct Reference

timer structure, adopted for fltk-supervisor needs. More...

#include <supervisor_fltk.h>

Public Types

using supervisor_ptr_t = intrusive_ptr_t< supervisor_fltk_t >
 alias for intrusive pointer for the fltk supervisor
 

Public Member Functions

 timer_t (supervisor_ptr_t supervisor, timer_handler_base_t *handler)
 constructs timer from flt supervisor and timer handler
 

Public Attributes

supervisor_ptr_t sup
 intrusive pointer to the supervisor
 
timer_handler_base_thandler
 non-owning pointer to timer handler
 

Detailed Description

timer structure, adopted for fltk-supervisor needs.


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