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