14#include "arcane/utils/StringBuilder.h"
16#include "arcane/VariableMetaData.h"
44void VariableMetaData::
48 if (!m_mesh_name.
null()){
52 if (!m_item_family_name.
null()){
53 full_name_b += m_item_family_name;
56 full_name_b += m_base_name;
57 m_full_name = full_name_b.
toString();
Référence à une instance.
Constructeur de chaîne de caractère unicode.
String toString() const
Retourne la chaîne de caractères construite.
Chaîne de caractères unicode.
bool null() const
Retourne true si la chaîne est nulle.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-