#include <ThreadSpawningTimer.h>
Inheritance diagram for ThreadSpawningTimer::
Static Public Methods | |
ThreadSpawningTimer * | instance () |
void | destroy () |
Private Methods | |
ThreadSpawningTimer () | |
~ThreadSpawningTimer () | |
virtual void | doAction (TimerNode *) |
a Template Method, subclasses must override. More... | |
Private Attributes | |
pthread_attr_t | m_attr |
Static Private Attributes | |
ThreadSpawningTimer * | m_instance = NULL |
Definition at line 6 of file ThreadSpawningTimer.h.
|
Definition at line 11 of file ThreadSpawningTimer.cpp. Referenced by instance().
|
|
Definition at line 16 of file ThreadSpawningTimer.cpp. |
|
Definition at line 32 of file ThreadSpawningTimer.cpp. |
|
a Template Method, subclasses must override.
Reimplemented from Timer. Definition at line 44 of file ThreadSpawningTimer.cpp. |
|
Definition at line 22 of file ThreadSpawningTimer.cpp. |
|
Definition at line 17 of file ThreadSpawningTimer.h. |
|
Definition at line 8 of file ThreadSpawningTimer.cpp. |