FACT++  1.0
template<class T>
void StateMachineAsio< T >::Handler ( )
inlineprivate

Definition at line 26 of file StateMachineAsio.h.

References StateMachineAsio< T >::Stop().

Referenced by StateMachineAsio< T >::PushEvent().

27  {
28  const auto ptr = T::PopEvent();
29  if (!T::HandleEvent(*ptr))
30  Stop(-1);
31  }
void Stop(int code=0)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: