sttcl
v0.9c
STTCL C++ template state machine framework
|
#include <CompositeState.h>
Public Types | |
typedef sttcl::internal::CompositeStateBase < InnerStateType > | RESULT_TYPE |
Used to select a pseudo state history behavior base class for class CompositeState.
HistoryType | The history pseudo state type. |
InnerStateType | The state base class type of the composite states inner states. |
typedef sttcl::internal::CompositeStateBase<InnerStateType> sttcl::internal::CompositeStateBaseSelector< HistoryType, InnerStateType >::RESULT_TYPE |
The composite state base class implementing the history pseudo state behavior.