CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
smproxy::Constructed Class Reference

#include <States.h>

Inheritance diagram for smproxy::Constructed:
smproxy::State< Constructed, AllOk > smproxy::StateName

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_
 

Detailed Description

The Constructed state. Initial state of outer-state AllOk.

Definition at line 192 of file States.h.

Member Typedef Documentation

typedef boost::mpl::list< boost::statechart::transition<Configure,Configuring> > smproxy::Constructed::reactions

Definition at line 199 of file States.h.

Constructor & Destructor Documentation

smproxy::Constructed::Constructed ( my_context  c)
inline

Definition at line 201 of file States.h.

References smproxy::State< Constructed, AllOk >::safeEntryAction().

201  : my_state("Constructed", c)
202  { safeEntryAction(); }
virtual smproxy::Constructed::~Constructed ( )
inlinevirtual