#include <stopwatch.h>


Public Member Functions | |
| stopwatch_u () | |
Protected Member Functions | |
| virtual double | seconds () const |
| Return the current time, to be overriden in derived classes. | |
Definition at line 210 of file stopwatch.h.
| stopwatch_u::stopwatch_u | ( | ) | [inline] |
Definition at line 221 of file stopwatch.h.
| virtual double stopwatch_u::seconds | ( | ) | const [inline, protected, virtual] |
Return the current time, to be overriden in derived classes.
Reimplemented from stopw_base.
Definition at line 213 of file stopwatch.h.
References stopw_base::secs_per_tick.
1.5.6