FACT++  1.0
template<class T , class S >
function<int(const EventImp &)> StateMachineFTM< T, S >::Wrapper ( function< void()>  func)
inlineprivate

Definition at line 1459 of file ftmctrl.cc.

References StateMachineFTM< T, S >::Wrap().

1460  {
1461  return bind(&StateMachineFTM::Wrap, this, func);
1462  }
int Wrap(function< void()> f)
Definition: ftmctrl.cc:1453

+ Here is the call graph for this function: