![]()  | 
  
    Toolbox snapshot
    
   The Reactive C++ Toolbox 
   | 
 
#include <toolbox/io/Timer.hpp>

Public Attributes | ||
| union { | ||
| Impl * next | ||
| Singly-linked free-list.  More... | ||
| TimerQueue * tq | ||
| }; | ||
| int | ref_count | |
| long | id | |
| MonoTime | expiry | |
| Duration | interval | |
| TimerSlot | slot | |
| Impl* toolbox::io::Timer::Impl::next | 
Singly-linked free-list.
Definition at line 44 of file Timer.hpp.
Referenced by toolbox::io::TimerPool::allocate().
| TimerQueue* toolbox::io::Timer::Impl::tq | 
| union { ... } toolbox::io::Timer::Impl |