Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ComplexForLoopRanges< N, IndexType_ > Class Template Reference

Public Types

using ArrayBoundsType = ArrayBounds<typename MDDimType<N>::DimType>
using ArrayIndexType = ArrayBoundsType::MDIndexType
using LoopIndexType = ArrayIndexType

Public Member Functions

 ComplexForLoopRanges (ArrayBoundsType lower, ArrayBoundsType extents)
 explicit (false) ComplexForLoopRanges(const SimpleForLoopRanges< N > &bounds)
template<Int32 I>
constexpr Int32 lowerBound () const
template<Int32 I>
constexpr Int32 upperBound () const
template<Int32 I>
constexpr Int32 extent () const
constexpr Int64 nbElement () const
constexpr ArrayIndexType getIndices (Int32 i) const
constexpr ArrayBoundsType extents () const

Detailed Description

template<int N, typename IndexType_>
class Arcane::ComplexForLoopRanges< N, IndexType_ >

Definition at line 112 of file arccore/src/base/arccore/base/ForLoopRanges.h.

Member Typedef Documentation

◆ ArrayBoundsType

template<int N, typename IndexType_>
using Arcane::ComplexForLoopRanges< N, IndexType_ >::ArrayBoundsType = ArrayBounds<typename MDDimType<N>::DimType>

◆ ArrayIndexType

template<int N, typename IndexType_>
using Arcane::ComplexForLoopRanges< N, IndexType_ >::ArrayIndexType = ArrayBoundsType::MDIndexType

◆ LoopIndexType

template<int N, typename IndexType_>
using Arcane::ComplexForLoopRanges< N, IndexType_ >::LoopIndexType = ArrayIndexType

Constructor & Destructor Documentation

◆ ComplexForLoopRanges()

template<int N, typename IndexType_>
Arcane::ComplexForLoopRanges< N, IndexType_ >::ComplexForLoopRanges ( ArrayBoundsType lower,
ArrayBoundsType extents )
inline

Member Function Documentation

◆ explicit()

template<int N, typename IndexType_>
Arcane::ComplexForLoopRanges< N, IndexType_ >::explicit ( false ) const &
inline

◆ extent()

template<int N, typename IndexType_>
template<Int32 I>
Int32 Arcane::ComplexForLoopRanges< N, IndexType_ >::extent ( ) const
inlineconstexpr

◆ extents()

template<int N, typename IndexType_>
ArrayBoundsType Arcane::ComplexForLoopRanges< N, IndexType_ >::extents ( ) const
inlineconstexpr

◆ getIndices()

template<int N, typename IndexType_>
ArrayIndexType Arcane::ComplexForLoopRanges< N, IndexType_ >::getIndices ( Int32 i) const
inlineconstexpr

◆ lowerBound()

template<int N, typename IndexType_>
template<Int32 I>
Int32 Arcane::ComplexForLoopRanges< N, IndexType_ >::lowerBound ( ) const
inlineconstexpr

◆ nbElement()

template<int N, typename IndexType_>
Int64 Arcane::ComplexForLoopRanges< N, IndexType_ >::nbElement ( ) const
inlineconstexpr

◆ upperBound()

template<int N, typename IndexType_>
template<Int32 I>
Int32 Arcane::ComplexForLoopRanges< N, IndexType_ >::upperBound ( ) const
inlineconstexpr

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