PureFSM
|
Represents a transition between two states. More...
Represents a transition between two states.
A metaprogramming container of types. Transition contains a source state, a target state, an event, which causes state change from source to target and a guard, which determines, is state changing allowed. Also transition contains an action, that is will be performed when this transition is happened.