#include <States.h>
Public Member Functions | |
virtual void | entryAction () |
Running (my_context c) | |
virtual | ~Running () |
Public Member Functions inherited from smproxy::State< Running, Enabled > | |
std::string | stateName () const |
Additional Inherited Members | |
Protected Types inherited from smproxy::State< Running, Enabled > | |
typedef boost::statechart::state < Running, Enabled, boost::mpl::list <>, boost::statechart::has_no_history > | boost_state |
typedef State | my_state |
Protected Member Functions inherited from smproxy::State< Running, Enabled > | |
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< Running, Enabled > | |
const std::string | stateName_ |
|
inline |
Definition at line 396 of file States.h.
References smproxy::State< Running, Enabled >::safeEntryAction().
|
inlinevirtual |
Definition at line 398 of file States.h.
References smproxy::State< Running, Enabled >::safeExitAction().
|
inlinevirtual |
Reimplemented from smproxy::State< Running, Enabled >.