12#ifndef ARCANE_STD_INTERNAL_IHASHDATABASE_H
13#define ARCANE_STD_INTERNAL_IHASHDATABASE_H
17#include "arcane/utils/ArrayView.h"
18#include "arcane/utils/Ref.h"
20#include "arcane/utils/String.h"
44 void setKey(
const String& v) { m_key = v; }
45 const String& key()
const {
return m_key; }
50 const String& hashValueAsString()
const {
return m_hash_value; }
51 void setHashValueAsString(
const String& v) { m_hash_value = v; }
75 void setKey(
const String& v) { m_key = v; }
76 const String& key()
const {
return m_key; }
81 void setHashValue(
const String& v) { m_hash_value = v; }
82 const String& hashValue()
const {
return m_hash_value; }
98 const String& hashValueAsString()
const {
return m_hash_value; }
99 void setHashValueAsString(
const String& v) { m_hash_value = v; }
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Interface du gestionnaire de traces.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-