|
MADNESS 0.10.1
|

Public Member Functions | |
| ProbeAllDone (WorldTaskQueue *tq) | |
Construct a ProbeAllDone for a given task queue. | |
| bool | operator() () const |
| Determine if all tasks in the queue are complete. | |
Public Attributes | |
| WorldTaskQueue * | tq |
| The task queue. | |
|
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()().