Vue pour un tableau 2D constant. Plus de détails...
Fonctions membres publiques | |
| constexpr | ConstArray2View (const DataType *ptr, Integer dim1_size, Integer dim2_size) |
| constexpr | ConstArray2View (const Array2View< DataType > &rhs) |
| constexpr Integer | dim1Size () const |
| constexpr Integer | dim2Size () const |
| constexpr Integer | totalNbElement () const |
| constexpr ConstArrayView< DataType > | operator[] (Integer i) const |
| constexpr DataType | item (Integer i, Integer j) const |
| constexpr const DataType | operator() (Integer i, Integer j) const |
| Valeur de l'élément [i][j]. | |
| constexpr const DataType * | unguardedBasePointer () const |
| Pointeur sur la mémoire allouée. | |
| constexpr const DataType * | data () const |
| Pointeur sur la mémoire allouée. | |
Attributs privés | |
| const DataType * | m_ptr = nullptr |
| Integer | m_dim1_size = 0 |
| Integer | m_dim2_size = 0 |
Amis | |
| class | SmallSpan2< const DataType > |
| class | Span2< const DataType > |
Vue pour un tableau 2D constant.
Définition à la ligne 147 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 154 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 160 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Pointeur sur la mémoire allouée.
Définition à la ligne 207 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 170 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 171 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 181 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Valeur de l'élément [i][j].
Définition à la ligne 187 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 176 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Définition à la ligne 172 du fichier arccore/src/base/arccore/base/Array2View.h.
|
inlineconstexpr |
Pointeur sur la mémoire allouée.
Définition à la ligne 204 du fichier arccore/src/base/arccore/base/Array2View.h.
|
friend |
Définition à la ligne 137 du fichier arccore/src/base/arccore/base/Array2View.h.
|
friend |
Définition à la ligne 137 du fichier arccore/src/base/arccore/base/Array2View.h.
|
private |
Définition à la ligne 212 du fichier arccore/src/base/arccore/base/Array2View.h.
|
private |
Définition à la ligne 213 du fichier arccore/src/base/arccore/base/Array2View.h.
|
private |
Définition à la ligne 211 du fichier arccore/src/base/arccore/base/Array2View.h.