sttcl  v0.9c
STTCL C++ template state machine framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sttcl::internal::ConcurrentCompositeBaseImplementationSelector< CompositeStateImpl, StateMachineImpl, IInnerState, NumOfRegions, void, StateBaseImpl > Struct Template Reference

#include <ConcurrentCompositeState.h>

List of all members.

Public Types

typedef
ConcurrentCompositeStateWithoutEventArgs
< CompositeStateImpl,
StateMachineImpl, IInnerState,
NumOfRegions, StateBaseImpl > 
RESULT_TYPE

Detailed Description

template<class CompositeStateImpl, class StateMachineImpl, class IInnerState, unsigned int NumOfRegions, class StateBaseImpl>
struct sttcl::internal::ConcurrentCompositeBaseImplementationSelector< CompositeStateImpl, StateMachineImpl, IInnerState, NumOfRegions, void, StateBaseImpl >

Specializes RegionBaseImplementationSelector for void (i.e. no) event arguments.


Member Typedef Documentation

template<class CompositeStateImpl , class StateMachineImpl , class IInnerState , unsigned int NumOfRegions, class StateBaseImpl >
typedef ConcurrentCompositeStateWithoutEventArgs<CompositeStateImpl,StateMachineImpl,IInnerState,NumOfRegions,StateBaseImpl> sttcl::internal::ConcurrentCompositeBaseImplementationSelector< CompositeStateImpl, StateMachineImpl, IInnerState, NumOfRegions, void, StateBaseImpl >::RESULT_TYPE

The region base implementation type.


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