FACT++  1.0
template<class T , class S >
int StateMachineBias< T, S >::Wrap ( boost::function< void()>  f)
inlineprivate

Definition at line 1628 of file biasctrl.cc.

Referenced by StateMachineBias< T, S >::Wrapper().

1629  {
1630  f();
1631  return T::GetCurrentState();
1632  }

+ Here is the caller graph for this function: