Adbase
Adinf C++ base library V2
|
#include <Timer.hpp>
Public Member Functions | |
TimerItem (uint64_t timerId, EventBasePtr &base, int interval, const TimerCallback &cb, void *context, bool isEvery=false) | |
~TimerItem () | |
void | start () |
void | stop () |
void | timerHandler () |
void | setDelTimerCallback (const DelTimerCallback &dc) |
adbase::TimerItem::TimerItem | ( | uint64_t | timerId, |
EventBasePtr & | base, | ||
int | interval, | ||
const TimerCallback & | cb, | ||
void * | context, | ||
bool | isEvery = false |
||
) |
Definition at line 79 of file Timer.cpp.
References adbase::detail::timerHandler().
|
inline |
void adbase::TimerItem::stop | ( | ) |
Definition at line 110 of file Timer.cpp.
Referenced by timerHandler().
void adbase::TimerItem::timerHandler | ( | ) |
Definition at line 119 of file Timer.cpp.
References stop().
Referenced by adbase::detail::timerHandler().