fix8
version 1.4.0
Open Source C++ FIX Framework
|
Timer event object to provide callback context with Timer. More...
#include <timer.hpp>
Public Member Functions | |
TimerEvent (bool(T::*callback)(), bool repeat=false) | |
~TimerEvent () | |
Dtor. More... | |
void | set (const Tickval &t) |
bool | operator< (const TimerEvent< T > &right) const |
Private Attributes | |
bool(T::* | _callback )() |
Tickval | _t {} |
unsigned | _intervalMS = 0 |
bool | _repeat |
Friends | |
class | Timer< T > |
Timer event object to provide callback context with Timer.
T | Callback class |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Set the event trigger time.
t | Tickval to assign |
Definition at line 79 of file timer.hpp.
Referenced by FIX8::Timer< T >::schedule().
|
private |
|
private |
Definition at line 64 of file timer.hpp.
Referenced by FIX8::Timer< T >::schedule().
|
private |
|
private |
Definition at line 63 of file timer.hpp.
Referenced by FIX8::TimerEvent< FIX8::Session >::set().