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

Definition at line 1634 of file biasctrl.cc.

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

1635  {
1636  return bind(&StateMachineBias::Wrap, this, func);
1637  }
int Wrap(boost::function< void()> f)
Definition: biasctrl.cc:1628

+ Here is the call graph for this function: