feisty meow concerns codebase
2.140
|
Go to the source code of this file.
Classes | |
class | timely::timeable |
timeable is the base for objects that can be hooked into timer events. More... | |
class | timely::timer_driver |
Provides platform-independent timer support. More... | |
Namespaces | |
timely | |
#include <time.h> | |
Macros | |
#define | program_wide_timer() timer_driver::global_timer_driver() |
provides access to the singleton timer_driver. More... | |
#define program_wide_timer | ( | ) | timer_driver::global_timer_driver() |
provides access to the singleton timer_driver.
no other timer_driver objects should ever be created, since this single one will service all timer needs within the program.
Definition at line 112 of file timer_driver.h.