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

Definition at line 108 of file StateMachineImp.h.

References Wrapper().

Referenced by DimDnsServiceList::CallbackServerAdd(), RemoteControl< Shell >::JsSubscribe(), DimLoggerCheck::Subscribe(), DimState::Subscribe(), DimDescribedState::Subscribe(), DimDescriptions::Subscribe(), and DimDnsServerList::Subscribe().

109  {
110  return bind(&StateMachineImp::Wrapper, this, func, std::placeholders::_1);
111  }
int Wrapper(const std::function< int(const EventImp &)> &f, const EventImp &imp)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: