feisty meow concerns codebase  2.140
timer_driver.h File Reference
#include <basis/astring.h>
#include <basis/definitions.h>
#include <basis/mutex.h>
Include dependency graph for timer_driver.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ program_wide_timer

#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.