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