MADNESS  0.10.1
Public Member Functions | Public Attributes | List of all members
madness::WorldTaskQueue::ProbeAllDone Struct Reference
Collaboration diagram for madness::WorldTaskQueue::ProbeAllDone:
Collaboration graph
[legend]

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

WorldTaskQueuetq
 The task queue. More...
 

Detailed Description

Todo:
Brief description needed.

Constructor & Destructor Documentation

◆ ProbeAllDone()

madness::WorldTaskQueue::ProbeAllDone::ProbeAllDone ( WorldTaskQueue tq)
inline

Construct a ProbeAllDone for a given task queue.

Parameters
[in]tqPointer to the task queue.

Member Function Documentation

◆ operator()()

bool madness::WorldTaskQueue::ProbeAllDone::operator() ( ) const
inline

Determine if all tasks in the queue are complete.

Returns
True if all tasks are complete; false otherwise.

References madness::WorldTaskQueue::nregistered, and tq.

Member Data Documentation

◆ tq

WorldTaskQueue* madness::WorldTaskQueue::ProbeAllDone::tq

The task queue.

Referenced by operator()().


The documentation for this struct was generated from the following file: