Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXParallelForFunctor< Functor, Index > Class Template Reference

FXParallelLoopFunctor is a helper for FXParallelFor. More...

#include <FXParallel.h>

Inheritance diagram for FX::FXParallelForFunctor< Functor, Index >:
FX::FXRunnable

Public Member Functions

 FXParallelForFunctor (const Functor &fun, Index f, Index t, Index b)
 
virtual FXint run ()
 Subclasses should overload this function to perform actual work.
 
- Public Member Functions inherited from FX::FXRunnable
 FXRunnable ()
 Construct a runnable.
 
virtual ~FXRunnable ()
 Destroy a runnable.
 

Detailed Description

template<typename Functor, typename Index>
class FX::FXParallelForFunctor< Functor, Index >

FXParallelLoopFunctor is a helper for FXParallelFor.

It executes a subrange of the global indexing range on a thread provided by the FXThreadPool.


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

Copyright © 1997-2022 Jeroen van der Zijp