#include "opsysdll.h"#include <basis/object_base.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 | timer_driver |
| Provides platform-independent timer support. More... | |
| class | timed_object |
| timed_object is the base for objects that can be hooked into timer events. More... | |
Defines | |
| #define | program_wide_timer() timer_driver::global_timer_driver() |
| provides access to the singleton timer_driver. | |
| #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 96 of file timer_driver.h.
Referenced by shutdown_alerter::launch_console(), timer_driver_private_handler(), and shutdown_alerter::~shutdown_alerter().
1.5.1