FACT++  1.0
template<class T>
void StateMachineAsio< T >::PushEvent ( Event cmd)
inlineprivate

Definition at line 33 of file StateMachineAsio.h.

References StateMachineAsio< T >::Execute(), and StateMachineAsio< T >::Handler().

34  {
35  T::PushEvent(cmd);
36  post(boost::bind(&StateMachineAsio::Handler, this));
37  }

+ Here is the call graph for this function: