FACT++  1.0
template<class T>
void StateMachineAsio< T >::Stop ( int  code = 0)
inline

Definition at line 87 of file StateMachineAsio.h.

Referenced by StateMachineAsio< T >::Handler(), StateMachineAsio< T >::HandleTrigger(), StateMachineAsio< T >::Run(), and RunShell().

88  {
89  T::Stop(code);
90  stop();
91  }

+ Here is the caller graph for this function: