#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 () |
Public Member Functions inherited from smproxy::State< Enabled, AllOk, Starting > | |
std::string | stateName () const |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< Enabled, AllOk, Starting > | |
typedef boost::statechart::state < Enabled, AllOk, Starting, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< Enabled, AllOk, Starting > | |
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< Enabled, AllOk, Starting > | |
const std::string | stateName_ |
typedef boost::mpl::list< boost::statechart::transition<Stop,Stopping>, boost::statechart::transition<Halt,Halting> > smproxy::Enabled::reactions |
|
inline |
Definition at line 296 of file States.h.
References smproxy::State< Enabled, AllOk, Starting >::safeEntryAction().
|
inlinevirtual |
Definition at line 298 of file States.h.
References smproxy::State< Enabled, AllOk, Starting >::safeExitAction().