CPP-TOOLBOX
Loading...
Searching...
No Matches
PureStateMachine< StateType > Member List

This is the complete list of members for PureStateMachine< StateType >, including all inherited members.

add_state(StateType state)PureStateMachine< StateType >inline
add_transition(StateType from, StateType to, Condition condition)PureStateMachine< StateType >inline
Condition typedefPureStateMachine< StateType >
EventType enum namePureStateMachine< StateType >
get_mode() constPureStateMachine< StateType >inline
get_state() constPureStateMachine< StateType >inline
Mode enum namePureStateMachine< StateType >
PureStateMachine(StateType initial_state, Mode mode=Mode::MULTI_EVENT)PureStateMachine< StateType >inlineexplicit
set_mode(Mode new_mode)PureStateMachine< StateType >inline
update_pure()PureStateMachine< StateType >inline