infinite_state_machine 1.0.0
Infinite State Machine Library
Loading...
Searching...
No Matches
Classes | Namespaces
infinite_state_machine.hpp File Reference
#include <deque>
#include <algorithm>
Include dependency graph for infinite_state_machine.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains the definition of the infinite state machine, allowing for complex state hierarchies and transitions.

Definition in file infinite_state_machine.hpp.