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