#include <States.h>
Public Types | |
typedef boost::mpl::list < boost::statechart::transition < Configure, Configuring > > | reactions |
Public Member Functions | |
Constructed (my_context c) | |
virtual | ~Constructed () |
The Constructed state. Initial state of outer-state AllOk.
typedef boost::mpl::list< boost::statechart::transition<Configure,Configuring> > smproxy::Constructed::reactions |
smproxy::Constructed::Constructed | ( | my_context | c | ) | [inline] |
Definition at line 201 of file States.h.
References smproxy::State< Constructed, AllOk >::safeEntryAction().
: my_state("Constructed", c) { safeEntryAction(); }
virtual smproxy::Constructed::~Constructed | ( | ) | [inline, virtual] |
Definition at line 203 of file States.h.
References smproxy::State< Constructed, AllOk >::safeExitAction().
{ safeExitAction(); }