|
infinite_state_machine 1.0.0
Infinite State Machine Library
|
#include <deque>#include <algorithm>

Go to the source code of this file.
Classes | |
| struct | infinite::state< Topology > |
| A default abstract state representation. More... | |
| class | infinite::state_machine< Topology > |
| A state machine topology navigation class. More... | |
| struct | infinite::state_machine< Topology >::transition |
| A struct representing the states exited and entered during a transition. More... | |
Namespaces | |
| namespace | infinite |
This file contains the definition of the infinite state machine, allowing for complex state hierarchies and transitions.
Definition in file infinite_state_machine.hpp.