Class to store a single stopwatch. More...
Public Member Functions | |
Watch () | |
void | start () |
void | stop () |
void | pause () |
Public Attributes | |
Time | total |
Time | lastStart |
Time | lap |
Time | max |
Time | min |
unsigned | cycles |
bool | running |
bool | paused |
Class to store a single stopwatch.
Class Stopwatch contains a collection of them
Definition at line 115 of file Stopwatch.h.
PLMD::Stopwatch::Watch::Watch | ( | ) |
Definition at line 105 of file Stopwatch.cpp.
void PLMD::Stopwatch::Watch::pause | ( | ) |
Definition at line 123 of file Stopwatch.cpp.
void PLMD::Stopwatch::Watch::start | ( | ) |
Definition at line 108 of file Stopwatch.cpp.
void PLMD::Stopwatch::Watch::stop | ( | ) |
Definition at line 114 of file Stopwatch.cpp.
unsigned PLMD::Stopwatch::Watch::cycles |
Definition at line 123 of file Stopwatch.h.
Time PLMD::Stopwatch::Watch::lap |
Definition at line 120 of file Stopwatch.h.
Time PLMD::Stopwatch::Watch::lastStart |
Definition at line 119 of file Stopwatch.h.
Time PLMD::Stopwatch::Watch::max |
Definition at line 121 of file Stopwatch.h.
Time PLMD::Stopwatch::Watch::min |
Definition at line 122 of file Stopwatch.h.
bool PLMD::Stopwatch::Watch::paused |
Definition at line 125 of file Stopwatch.h.
bool PLMD::Stopwatch::Watch::running |
Definition at line 124 of file Stopwatch.h.
Time PLMD::Stopwatch::Watch::total |
Definition at line 118 of file Stopwatch.h.
Hosted by GitHub
![]() |
![]() |