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

Definition at line 1453 of file ftmctrl.cc.

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

1454  {
1455  f();
1456  return T::GetCurrentState();
1457  }

+ Here is the caller graph for this function: