CMS 3D CMS Logo

Public Types | Public Member Functions

smproxy::Constructed Class Reference

#include <States.h>

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

List of all members.

Public Types

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

Public Member Functions

 Constructed (my_context c)
virtual ~Constructed ()

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().

                              : my_state("Constructed", c)
    { safeEntryAction(); }
virtual smproxy::Constructed::~Constructed ( ) [inline, virtual]