FACT++  1.0
int EventImp::ExecFunc ( ) const
inline

Definition at line 32 of file EventImp.h.

References fFunction.

Referenced by StateMachineImp::HandleEvent().

32 { return fFunction ? fFunction(*this) : -1; }
std::function< int(const EventImp &)> fFunction
List of states in which this event is allowed.
Definition: EventImp.h:16

+ Here is the caller graph for this function: