#include <stopwatch.h>


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