|
fsm
|
Similarly to state_container this class is abstracting out the real storage mechanism for substates state_manager's. More...
#include <substate_manager_container.h>
Public Member Functions | |
| template<class State , class... Args> | |
| void | create (Args &... args) |
| Create a new substate manager for a given state. More... | |
| template<class Fun > | |
| void | visit (Fun &&fun) |
| Visit current state_manager with a given visitor. | |
Similarly to state_container this class is abstracting out the real storage mechanism for substates state_manager's.
|
inline |
Create a new substate manager for a given state.
Forward all arguments to its constructor.
1.8.13