template<class State, State initState = State::IDLE>
rz::StateMachine class

Constructors, destructors, conversion operators

StateMachine()
~StateMachine() defaulted

Public functions

auto getState() const -> State
void setState(State newState)