#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < Stop, Stopping > , boost::statechart::transition < Halt, Halting > > | reactions |
Public Member Functions | |
Enabled (my_context c) | |
virtual | ~Enabled () |
typedef boost::mpl::list< boost::statechart::transition<Stop,Stopping>, boost::statechart::transition<Halt,Halting> > smproxy::Enabled::reactions |
smproxy::Enabled::Enabled | ( | my_context | c | ) | [inline] |
Definition at line 296 of file States.h.
References smproxy::State< Enabled, AllOk, Starting >::safeEntryAction().
: my_state("Enabled", c) { safeEntryAction(); }
virtual smproxy::Enabled::~Enabled | ( | ) | [inline, virtual] |
Definition at line 298 of file States.h.
References smproxy::State< Enabled, AllOk, Starting >::safeExitAction().
{ safeExitAction(); }