Interval d'itération simple. Plus de détails...
#include <arccore/base/ForLoopRanges.h>
Types publics | |
| using | ArrayBoundsType = ArrayBounds<typename MDDimType<N>::DimType> |
| using | ArrayIndexType = ArrayBoundsType::MDIndexType |
| using | LoopIndexType = ArrayIndexType |
Fonctions membres publiques | |
| SimpleForLoopRanges (std::array< Int32, N > b) | |
| explicit (false) SimpleForLoopRanges(ArrayBoundsType b) | |
| template<Int32 I> | |
| constexpr Int32 | upperBound () const |
| template<Int32 I> | |
| constexpr Int32 | extent () const |
| constexpr Int64 | nbElement () const |
| constexpr ArrayIndexType | getIndices (Int32 i) const |
Fonctions membres publiques statiques | |
| template<Int32 I> | |
| static constexpr Int32 | lowerBound () |
Amis | |
| class | ComplexForLoopRanges< N > |
Interval d'itération simple.
Les indices de début pour chaque dimension commencent à 0.
Définition à la ligne 65 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
| using Arcane::SimpleForLoopRanges< N, IndexType_ >::ArrayBoundsType = ArrayBounds<typename MDDimType<N>::DimType> |
Définition à la ligne 71 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
| using Arcane::SimpleForLoopRanges< N, IndexType_ >::ArrayIndexType = ArrayBoundsType::MDIndexType |
Définition à la ligne 72 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
| using Arcane::SimpleForLoopRanges< N, IndexType_ >::LoopIndexType = ArrayIndexType |
Définition à la ligne 73 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineexplicit |
Définition à la ligne 78 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inline |
Définition à la ligne 81 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Définition à la ligne 89 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Définition à la ligne 91 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlinestaticconstexpr |
Définition à la ligne 87 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Définition à la ligne 90 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Définition à la ligne 88 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.
|
friend |
Définition à la ligne 54 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.