Torc
0.1
|
A static class used to create the TorcTime singleton in the admin thread. More...
Public Member Functions | |
TorcTimeObject () | |
virtual | ~TorcTimeObject () |
void | Create (void) |
void | Destroy (void) |
Public Member Functions inherited from TorcAdminObject | |
TorcAdminObject (int Priority=TORC_ADMIN_LOW_PRIORITY) | |
virtual | ~TorcAdminObject ()=default |
int | Priority (void) const |
TorcAdminObject * | GetNextObject (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from TorcAdminObject | |
static void | CreateObjects (void) |
Iterates through the list of registered TorcAdminObject's and creates them. More... | |
static void | DestroyObjects (void) |
Destroys each created admin object. More... | |
static bool | HigherPriority (const TorcAdminObject *Object1, const TorcAdminObject *Object2) |
Sort TorcAdminObject's based on relative priorities. More... | |
A static class used to create the TorcTime singleton in the admin thread.
Definition at line 90 of file torctime.cpp.
|
inline |
Definition at line 93 of file torctime.cpp.
|
inlinevirtual |
Definition at line 99 of file torctime.cpp.
|
inlinevirtual |
Implements TorcAdminObject.
Definition at line 104 of file torctime.cpp.
|
inlinevirtual |
Implements TorcAdminObject.
Definition at line 110 of file torctime.cpp.