FACT++  1.0
bool EventImp::HasFunc ( ) const
inline

Definition at line 31 of file EventImp.h.

References fFunction.

Referenced by StateMachineImp::HandleEvent().

31 { return (bool)fFunction; }
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: