FACT++  1.0
template<class T, class List = std::list<T>>
bool Queue< T, List >::setPromptExecution ( bool  state)
inline

Definition at line 224 of file Queue.h.

225  {
226  return state ? enablePromptExecution() : disablePromptExecution();
227  }
bool disablePromptExecution()
Definition: Queue.h:214
bool enablePromptExecution()
Definition: Queue.h:204