|
CCF
|
#include <state_machine.h>
Public Member Functions | |
| StateMachine (std::string label_, T state_) | |
| void | expect (T state_) const |
| bool | check (T state_) const |
| T | value () const |
| void | advance (T state_) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |