sttcl  v0.9c
STTCL C++ template state machine framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sttcl::internal::IRegionEventDispatchWithoutArgs< RegionContainerImpl, IInnerState, EventArgs > Class Template Reference

#include <Region.h>

List of all members.

Public Types

typedef
EventArgsInterfaceSelector
< RegionContainerImpl,
IInnerState, void > 
EventArgsSelectorType
typedef
EventArgsSelectorType::RefCountPtr 
RefCountPtr
typedef
EventArgsSelectorType::InnerEventHandler 
InnerEventHandler

Public Member Functions

virtual void handleBroadcastedEvent (RegionContainerImpl *context, InnerEventHandler eventHandler)=0
virtual ~IRegionEventDispatchWithoutArgs ()

Member Typedef Documentation

template<class RegionContainerImpl , class IInnerState , class EventArgs >
typedef EventArgsInterfaceSelector<RegionContainerImpl,IInnerState,void> sttcl::internal::IRegionEventDispatchWithoutArgs< RegionContainerImpl, IInnerState, EventArgs >::EventArgsSelectorType
template<class RegionContainerImpl , class IInnerState , class EventArgs >
typedef EventArgsSelectorType::InnerEventHandler sttcl::internal::IRegionEventDispatchWithoutArgs< RegionContainerImpl, IInnerState, EventArgs >::InnerEventHandler

The inner event handler signature.

template<class RegionContainerImpl , class IInnerState , class EventArgs >
typedef EventArgsSelectorType::RefCountPtr sttcl::internal::IRegionEventDispatchWithoutArgs< RegionContainerImpl, IInnerState, EventArgs >::RefCountPtr

The pointer type used to pass event arguments to the contained regions inner states.


Constructor & Destructor Documentation

template<class RegionContainerImpl , class IInnerState , class EventArgs >
virtual sttcl::internal::IRegionEventDispatchWithoutArgs< RegionContainerImpl, IInnerState, EventArgs >::~IRegionEventDispatchWithoutArgs ( )
inlinevirtual

Member Function Documentation

template<class RegionContainerImpl , class IInnerState , class EventArgs >
virtual void sttcl::internal::IRegionEventDispatchWithoutArgs< RegionContainerImpl, IInnerState, EventArgs >::handleBroadcastedEvent ( RegionContainerImpl *  context,
InnerEventHandler  eventHandler 
)
pure virtual

Called to handle an event broadcasted from the containing ConcurrentCompositeState instance.

Parameters:
contextA pointer to the containing state machine.
eventHandlerThe event handler to call inside the region thread.

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