#include <TimerContext.h>
TimerContext::~TimerContext |
( |
| ) |
|
|
virtual |
TimerContext::TimerContext |
( |
| ) |
|
|
private |
void TimerContext::attach |
( |
Timer * |
timer | ) |
|
|
protected |
Add a Timer object to the single linked list.
- Parameters
-
timer | Timer object pointer. |
void TimerContext::detach |
( |
Timer * |
timer | ) |
|
|
protected |
Remove specified Timer object from the single linked list.
- Parameters
-
timer | Timer object pointer. |
void TimerContext::handleTick |
( |
| ) |
|
Create and/or return singleton instance of Timer Context.
- Returns
- Pointer to singleton TimerContext object pointer.
Root node of single linked list containing the timers to be kicked.
Timer* TimerContext::m_timer |
|
private |
Timer Context singleton instance variable.
The documentation for this class was generated from the following files: