Arcane  v4.1.1.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::ForLoopRange

Intervalle d'itération pour une boucle. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/ForLoopRanges.h>

+ Graphe de collaboration de Arcane::ForLoopRange:

Fonctions membres publiques

 ForLoopRange (Int32 lower_bound, Int32 size)
 Créé un interval entre *[lower_bound,lower_bound+size[*.
 
 explicit (false) ForLoopRange(Int32 size)
 Créé un interval entre *[0,size[*.
 
constexpr Int32 lowerBound () const
 
constexpr Int32 size () const
 
constexpr Int32 upperBound () const
 

Attributs privés

Int32 m_lower_bound
 
Int32 m_size
 

Description détaillée

Intervalle d'itération pour une boucle.

Définition à la ligne 30 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

Documentation des constructeurs et destructeur

◆ ForLoopRange()

Arcane::ForLoopRange::ForLoopRange ( Int32 lower_bound,
Int32 size )
inline

Créé un interval entre *[lower_bound,lower_bound+size[*.

Définition à la ligne 35 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

Documentation des fonctions membres

◆ explicit()

Arcane::ForLoopRange::explicit ( false )
inline

Créé un interval entre *[0,size[*.

Définition à la ligne 40 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

◆ lowerBound()

Int32 Arcane::ForLoopRange::lowerBound ( ) const
inlineconstexpr

Définition à la ligne 47 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

◆ size()

Int32 Arcane::ForLoopRange::size ( ) const
inlineconstexpr

Définition à la ligne 48 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

◆ upperBound()

Int32 Arcane::ForLoopRange::upperBound ( ) const
inlineconstexpr

Définition à la ligne 49 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

Documentation des données membres

◆ m_lower_bound

Int32 Arcane::ForLoopRange::m_lower_bound
private

Définition à la ligne 53 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.

◆ m_size

Int32 Arcane::ForLoopRange::m_size
private

Définition à la ligne 54 du fichier arccore/src/base/arccore/base/ForLoopRanges.h.


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