#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 () |
Public Member Functions inherited from smproxy::State< AllOk, StateMachine, Constructed > | |
std::string | stateName () const |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< AllOk, StateMachine, Constructed > | |
typedef boost::statechart::state < AllOk, StateMachine, Constructed, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< AllOk, StateMachine, Constructed > | |
virtual void | entryAction () |
virtual void | exitAction () |
void | safeEntryAction () |
void | safeExitAction () |
State (const std::string stateName, typename boost_state::my_context &c) | |
virtual | ~State () |
Protected Attributes inherited from smproxy::State< AllOk, StateMachine, Constructed > | |
const std::string | stateName_ |
typedef boost::mpl::list< boost::statechart::transition<Fail,Failed,StateMachine,&StateMachine::failEvent> > smproxy::AllOk::reactions |
|
inline |
Definition at line 181 of file States.h.
References smproxy::State< AllOk, StateMachine, Constructed >::safeEntryAction().
|
inlinevirtual |
Definition at line 183 of file States.h.
References smproxy::State< AllOk, StateMachine, Constructed >::safeExitAction().