OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
FsmTest Class Reference
Inheritance diagram for FsmTest:

Protected Member Functions

void _addState (std::string_view name, std::unique_ptr< FsmState > state, FsmTransitions transitions={})
 
std::unique_ptr< Fsm_createFsm (std::string_view startingStateName)
 

Protected Attributes

FsmStateEntries _states
 

Member Function Documentation

◆ _addState()

void FsmTest::_addState ( std::string_view  name,
std::unique_ptr< FsmState state,
FsmTransitions  transitions = {} 
)
inlineprotected

◆ _createFsm()

std::unique_ptr< Fsm > FsmTest::_createFsm ( std::string_view  startingStateName)
inlineprotected

Member Data Documentation

◆ _states

FsmStateEntries FsmTest::_states
protected

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