#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < Fail, Failed, StateMachine,&StateMachine::failEvent > > | reactions |
Public Member Functions | |
AllOk (my_context c) | |
virtual | ~AllOk () |
typedef boost::mpl::list< boost::statechart::transition<Fail,Failed,StateMachine,&StateMachine::failEvent> > smproxy::AllOk::reactions |
smproxy::AllOk::AllOk | ( | my_context | c | ) | [inline] |
Definition at line 181 of file States.h.
References smproxy::State< AllOk, StateMachine, Constructed >::safeEntryAction().
: my_state("AllOk", c) { safeEntryAction(); }
virtual smproxy::AllOk::~AllOk | ( | ) | [inline, virtual] |
Definition at line 183 of file States.h.
References smproxy::State< AllOk, StateMachine, Constructed >::safeExitAction().
{ safeExitAction(); }