12#ifndef ARCCORE_COLLECTIONS_ARRAYDEBUGINFO_H
13#define ARCCORE_COLLECTIONS_ARRAYDEBUGINFO_H
17#include "arccore/collections/CollectionsGlobal.h"
19#include "arccore/base/String.h"
49 void addReference() { ++m_nb_ref; }
50 void removeReference()
56 void setName(
const String& name) { m_name = name; }
57 const String& name()
const {
return m_name; }
61 std::atomic<Int32> m_nb_ref = 0;
Informations de debug pour les classes tableaux.
Référence à une instance.
Chaîne de caractères unicode.
Espace de nom de Arccore.
std::int32_t Int32
Type entier signé sur 32 bits.