FACT++  1.0
EventImp& EventImp::AssignFunction ( const std::function< int(const EventImp &)> &  func = std::function<int(const EventImp &)>())
inline

Definition at line 30 of file EventImp.h.

Referenced by operator()().

30 { fFunction = func; return *this; }
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: