18 #ifndef MAUVE_RUNTIME_WITH_FSM_HPP 19 #define MAUVE_RUNTIME_WITH_FSM_HPP 27 template <
typename FSM>
30 virtual FSM &
fsm ()
const = 0;
The MAUVE namespace.
Definition: tracing.hpp:24
virtual bool clear_fsm()=0
Clear the FSM.
virtual FSM & fsm() const =0
Get the FSM.
Object with a FiniteStateMachine.
Definition: WithFSM.hpp:28