This namespace of ALib provides types for calendrical date and time processing as well as for non-calendrical steady and monotonic time measurement.
Besides this reference documentation, further information is provided with ALib Module Time - Programmer's Manual.
Classes | |
class | DateTime |
class | StopWatch |
class | TickConverter |
class | Ticks |
class | TimePointBase |
Functions | |
void | Bootstrap () |
Ticks & | CreationTime () |
void | Shutdown () |
ALIB_API void Bootstrap | ( | ) |
Initializes ALib time logic. Multiple invocations of this method are ignored.
The standard bootstrap code of ALib will perform this. Only if fileset fileset Modules is not included in the ALib Distribution, this function has to be invoked "manually".
Definition at line 50 of file time.cpp.