12#ifndef ARCANE_VARIABLETYPEINFO_H
13#define ARCANE_VARIABLETYPEINFO_H
17#include "arcane/ArcaneTypes.h"
40 : m_item_kind(item_kind), m_data_type(
data_type), m_dimension(dimension),
48 constexpr Integer
dimension()
const {
return m_dimension; }
50 constexpr Integer
multiTag()
const {
return m_multi_tag; }
54 constexpr bool isPartial()
const {
return m_is_partial; }
83 String _buildFullTypeName()
const;
Informations de type pour un conteneur de données.
Informations caractérisant le type d'une variable.
constexpr bool isPartial() const
Indique si la variable est partielle.
constexpr Integer multiTag() const
Multi-tag.
constexpr Integer dimension() const
Dimension.
constexpr eItemKind itemKind() const
Type d'entité de maillage.
constexpr eDataType dataType() const
Type des données de la variable.
Référence à une instance.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
eItemKind
Genre d'entité de maillage.
eDataType
Type d'une donnée.