CPP-TOOLBOX
Loading...
Searching...
No Matches
StateMachine< StateType >::State Struct Reference

#include <state_machine.hpp>

Public Attributes

std::optional< Actionon_enter
 
std::optional< Actionon_update
 
std::optional< Actionon_exit
 

Member Data Documentation

◆ on_enter

template<typename StateType>
std::optional<Action> StateMachine< StateType >::State::on_enter

◆ on_exit

template<typename StateType>
std::optional<Action> StateMachine< StateType >::State::on_exit

◆ on_update

template<typename StateType>
std::optional<Action> StateMachine< StateType >::State::on_update

The documentation for this struct was generated from the following file: