FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
Queue::disablePromptExecution
bool disablePromptExecution()
Definition:
Queue.h:214
Queue::enablePromptExecution
bool enablePromptExecution()
Definition:
Queue.h:204
Queue
Generated on Sun Sep 18 2016 20:50:56 for FACT++ by
1.8.11