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

Parallel apply job. More...

#include <eoParallelApply.h>

Inheritance diagram for eo::mpi::ParallelApply< EOT >:
eo::mpi::MultiJob< ParallelApplyData< EOT > > eo::mpi::Job< ParallelApplyData< EOT > >

List of all members.

Public Member Functions

 ParallelApply (AssignmentAlgorithm &algo, int _masterRank, ParallelApplyStore< EOT > &store)

Detailed Description

template<typename EOT>
class eo::mpi::ParallelApply< EOT >

Parallel apply job.

Present for convenience only.

A typedef wouldn't have been working, as typedef on templates don't work in C++. Traits would be a disgraceful overload for the user.

See also:
eoParallelApply.h
Examples:
t-mpi-multipleRoles.cpp, t-mpi-parallelApply.cpp, and t-mpi-wrapper.cpp.

Definition at line 364 of file eoParallelApply.h.


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