EvolvingObjects
|
Is finished functor implementation for the parallel apply (map) job. More...
#include <eoParallelApply.h>
Public Member Functions | |
IsFinishedParallelApply (IsFinishedParallelApply< EOT > *w=0) | |
bool | operator() () |
The pure virtual function that needs to be implemented by the subclass. |
Is finished functor implementation for the parallel apply (map) job.
Master side: returns true if and only if the whole table has been evaluated. The job is also terminated only when the whole table has been evaluated.
Definition at line 253 of file eoParallelApply.h.