Simple iteration range. More...
#include <arccore/base/ForLoopRanges.h>
Public Types | |
| using | ArrayBoundsType = ArrayBounds<typename MDDimType<N>::DimType> |
| using | ArrayIndexType = ArrayBoundsType::MDIndexType |
| using | LoopIndexType = ArrayIndexType |
Public Member Functions | |
| 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 |
Static Public Member Functions | |
| template<Int32 I> | |
| static constexpr Int32 | lowerBound () |
Friends | |
| class | ComplexForLoopRanges< N > |
Simple iteration range.
The starting indices for each dimension start at 0.
Definition at line 68 of file arccore/src/base/arccore/base/ForLoopRanges.h.
| using Arcane::SimpleForLoopRanges< N, IndexType_ >::ArrayBoundsType = ArrayBounds<typename MDDimType<N>::DimType> |
Definition at line 74 of file arccore/src/base/arccore/base/ForLoopRanges.h.
| using Arcane::SimpleForLoopRanges< N, IndexType_ >::ArrayIndexType = ArrayBoundsType::MDIndexType |
Definition at line 75 of file arccore/src/base/arccore/base/ForLoopRanges.h.
| using Arcane::SimpleForLoopRanges< N, IndexType_ >::LoopIndexType = ArrayIndexType |
Definition at line 76 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineexplicit |
Definition at line 81 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inline |
Definition at line 84 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Definition at line 92 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Definition at line 94 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlinestaticconstexpr |
Definition at line 90 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Definition at line 93 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
inlineconstexpr |
Definition at line 91 of file arccore/src/base/arccore/base/ForLoopRanges.h.
|
friend |
Definition at line 56 of file arccore/src/base/arccore/base/ForLoopRanges.h.