Antkeeper
0.0.1
|
#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... | |