Interface d'un fonctor sur un interval d'itération. Plus de détails...
#include <arcane/utils/IRangeFunctor.h>
Fonctions membres publiques | |
virtual | ~IRangeFunctor () |
Libère les ressources. | |
virtual void | executeFunctor (Integer begin, Integer size)=0 |
Exécute la méthode associée. | |
Interface d'un fonctor sur un interval d'itération.
Définition à la ligne 31 du fichier IRangeFunctor.h.
|
inlinevirtual |
Libère les ressources.
Définition à la ligne 36 du fichier IRangeFunctor.h.
Exécute la méthode associée.
begin | indice du début de l'itération. |
size | nombre d'éléments à itérer. |
Implémenté dans Arcane::Materials::LambdaMatItemRangeFunctorT< ViewType, LambdaType >, Arcane::RangeFunctorT< InstanceType >, Arcane::LambdaRangeFunctorT< LambdaType >, et Arcane::LambdaRangeFunctorTVa< LambdaType, Views >.
Référencé par Arcane::NullTaskImplementation::executeParallelFor(), Arcane::NullTaskImplementation::executeParallelFor(), et Arcane::NullTaskImplementation::executeParallelFor().