Timer::TimerThread::TimerThread |
( |
| ) |
|
|
inline |
Timer::TimerThread::~TimerThread |
( |
| ) |
|
|
inlinenoexcept |
static void Timer::TimerThread::add |
( |
Timer *const |
tim | ) |
|
|
inlinestaticnoexcept |
void Timer::TimerThread::callTimers |
( |
| ) |
|
|
inline |
void Timer::TimerThread::callTimersSynchronously |
( |
| ) |
|
|
inline |
static void Timer::TimerThread::remove |
( |
Timer *const |
tim | ) |
|
|
inlinestaticnoexcept |
void Timer::TimerThread::run |
( |
| ) |
|
|
inlineoverridevirtual |
Must be implemented to perform the thread's actual code.
Remember that the thread must regularly check the threadShouldExit() method whilst running, and if this returns true it should return from the run() method as soon as possible to avoid being forcibly killed.
- See Also
- threadShouldExit, startThread
Implements Thread.
The documentation for this class was generated from the following file: