IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType > Class Template Reference

Parallel job dispatcher for job containers that inherit from ParallelJobContainerGen. More...

Inheritance diagram for IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType >:
Collaboration diagram for IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType >:

List of all members.

Public Member Functions

 ParallelJobDispatcherGen ()
 ParallelJobDispatcherGen ()

Detailed Description

template<InputType, ResultType, JobContainerType>
class IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType >

Parallel job dispatcher for job containers that inherit from ParallelJobContainerGen.

Parallel job jerver for job containers that inherit from ParallelJobContainerGen.

Template Parameters:
InputTypeType of inpout data for jobs.
ResultTypeType of output data for jobs.
JobContainerTypeType of the job data container used by this parallel server class. It must be be of type ParallelJobContainer<InputType, ResultType>, or must derive form this type.
Template Parameters:
InputTypeType of inpout data for jobs.
ResultTypeType of output data for jobs.
Type Constraints
JobContainerType :ParallelJobContainerGen 
JobContainerType :InputType 
JobContainerType :ResultType 

Member Function Documentation

template<InputType , ResultType , JobContainerType >
IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType >::ParallelJobDispatcherGen ( ) [inline]
template<InputType , ResultType , JobContainerType >
IG::Num::ParallelJobDispatcherGen< InputType, ResultType, JobContainerType >::ParallelJobDispatcherGen ( ) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events