|
CPP-TOOLBOX
|
Represents a possible transition from one state to another. More...
#include <state_machine.hpp>
Public Attributes | |
| StateType | to |
| The target state to transition to. | |
| Condition | condition |
| A callable that returns true when the transition should occur. | |
Represents a possible transition from one state to another.
| Condition PureStateMachine< StateType >::Transition::condition |
A callable that returns true when the transition should occur.
| StateType PureStateMachine< StateType >::Transition::to |
The target state to transition to.