Main Page
|
Namespace List
|
Class List
|
File List
|
Namespace Members
|
Class Members
|
File Members
FSM
::
SThrowStrategy
FSM::SThrowStrategy< SEvent > Class Template Reference
Predefined strategy for both versions of the template. Strategy supposes throwing exception in case of the unknown event.
More...
#include <
fsm.h
>
List of all members.
Public Member Functions
void
operator()
(const SEvent &) const
Throws the
SStateMachineException
. Parameter is unused.
Exceptions:
SStateMachineException
with the following message: "Unknown event.".
Detailed Description
template<typename SEvent>
class FSM::SThrowStrategy< SEvent >
Predefined strategy for both versions of the template. Strategy supposes throwing exception in case of the unknown event.
Parameters:
SEvent
User defined event type
Definition at line
274
of file
fsm.h
.
The documentation for this class was generated from the following file:
fsm.h
Generated on Thu Sep 15 21:35:19 2005 for Finite State Machine C++ Templates by
1.4.4