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"
31class HashDatabaseReadArgs
35 HashDatabaseReadArgs() =
default;
38 : m_hash_value(hash_value)
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; }
63class HashDatabaseWriteArgs
67 HashDatabaseWriteArgs() =
default;
70 : m_values(v), m_hash_value(hash_value)
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; }
Interface du gestionnaire de traces.
Référence à une instance.
Vue d'un tableau d'éléments de type T.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int32_t Int32
Type entier signé sur 32 bits.