A State class to represen the state in which the stopwatch is off. More...
#include <off.h>
Public Member Functions | |
OffState () | |
Construct a new off state. | |
void | entry (const Event &e) |
void | during () |
void | exit (const Event &e) |
StopWatch & | stopwatch () |
A State class to represen the state in which the stopwatch is off.
void OffState::exit | ( | const Event & | e | ) |
StopWatch & OffState::stopwatch | ( | ) |