|
CPP-TOOLBOX
|
#include <state_machine.hpp>
Public Attributes | |
| std::optional< Action > | on_enter |
| std::optional< Action > | on_update |
| std::optional< Action > | on_exit |
| std::optional<Action> StateMachine< StateType >::State::on_enter |
| std::optional<Action> StateMachine< StateType >::State::on_exit |
| std::optional<Action> StateMachine< StateType >::State::on_update |