sttcl  v0.9c
STTCL C++ template state machine framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sttcl::internal::CompositeStateBaseSelector< HistoryType, InnerStateType > Struct Template Reference

#include <CompositeState.h>

List of all members.

Public Types

typedef
sttcl::internal::CompositeStateBase
< InnerStateType > 
RESULT_TYPE

Detailed Description

template<CompositeStateHistoryType::Values HistoryType, class InnerStateType>
struct sttcl::internal::CompositeStateBaseSelector< HistoryType, InnerStateType >

Used to select a pseudo state history behavior base class for class CompositeState.

Template Parameters:
HistoryTypeThe history pseudo state type.
InnerStateTypeThe state base class type of the composite states inner states.

Member Typedef Documentation

template<CompositeStateHistoryType::Values HistoryType, class InnerStateType>
typedef sttcl::internal::CompositeStateBase<InnerStateType> sttcl::internal::CompositeStateBaseSelector< HistoryType, InnerStateType >::RESULT_TYPE

The composite state base class implementing the history pseudo state behavior.


The documentation for this struct was generated from the following file: