EvolvingObjects
eo::mpi::IsFinishedParallelApply< EOT > Class Template Reference

Is finished functor implementation for the parallel apply (map) job. More...

#include <eoParallelApply.h>

Inheritance diagram for eo::mpi::IsFinishedParallelApply< EOT >:
eo::mpi::IsFinishedFunction< ParallelApplyData< EOT > > eoF< bool > eo::mpi::SharedDataFunction< ParallelApplyData< EOT >, IsFinishedFunction< ParallelApplyData< EOT > > > eoFunctorBase

List of all members.

Public Member Functions

 IsFinishedParallelApply (IsFinishedParallelApply< EOT > *w=0)
bool operator() ()
 The pure virtual function that needs to be implemented by the subclass.

Detailed Description

template<class EOT>
class eo::mpi::IsFinishedParallelApply< EOT >

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.

Examples:
t-mpi-wrapper.cpp.

Definition at line 253 of file eoParallelApply.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends