Antkeeper  0.0.1
Namespaces | Typedefs
state-machine.hpp File Reference
#include <memory>
#include <stack>

Go to the source code of this file.

Namespaces

 hsm
 Hierarchical State Machine (HSM)
 

Typedefs

template<typename T >
using hsm::state_machine = std::stack< std::unique_ptr< T > >
 Stack-based hierarchical state machine. More...