Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::ComplexForLoopRanges< N, IndexType_ >
+ Graphe de collaboration de Arcane::ComplexForLoopRanges< N, IndexType_ >:

Types publics

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

Fonctions membres publiques

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

Description détaillée

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

Définition à la ligne 125 du fichier ForLoopRanges.h.

Documentation des définitions de type membres

◆ ArrayBoundsType

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

Définition à la ligne 129 du fichier ForLoopRanges.h.

◆ ArrayIndexType

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

Définition à la ligne 130 du fichier ForLoopRanges.h.

◆ IndexType

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

Définition à la ligne 131 du fichier ForLoopRanges.h.

Documentation des constructeurs et destructeur

◆ ComplexForLoopRanges() [1/2]

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

Définition à la ligne 135 du fichier ForLoopRanges.h.

◆ ComplexForLoopRanges() [2/2]

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

Définition à la ligne 139 du fichier ForLoopRanges.h.

Documentation des fonctions membres

◆ getIndices()

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

Définition à la ligne 148 du fichier ForLoopRanges.h.

◆ lowerBound()

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

Définition à la ligne 145 du fichier ForLoopRanges.h.

◆ nbElement()

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

Définition à la ligne 147 du fichier ForLoopRanges.h.

◆ upperBound()

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

Définition à la ligne 146 du fichier ForLoopRanges.h.


La documentation de cette classe a été générée à partir du fichier suivant :