MADNESS
0.10.1
|
Public Member Functions | |
ProbeAllDone (WorldTaskQueue *tq) | |
Construct a ProbeAllDone for a given task queue. More... | |
bool | operator() () const |
Determine if all tasks in the queue are complete. More... | |
Public Attributes | |
WorldTaskQueue * | tq |
The task queue. More... | |
|
inline |
Construct a ProbeAllDone
for a given task queue.
[in] | tq | Pointer to the task queue. |
|
inline |
Determine if all tasks in the queue are complete.
References madness::WorldTaskQueue::nregistered, and tq.
WorldTaskQueue* madness::WorldTaskQueue::ProbeAllDone::tq |
The task queue.
Referenced by operator()().