12#ifndef ARCANE_STD_BASICREADERWRITERDATABASE_H
13#define ARCANE_STD_BASICREADERWRITERDATABASE_H
18#include "arcane/utils/String.h"
19#include "arcane/utils/TraceAccessor.h"
48class KeyValueTextWriter
56 KeyValueTextWriter(
const KeyValueTextWriter& rhs) =
delete;
57 ~KeyValueTextWriter();
58 KeyValueTextWriter& operator=(
const KeyValueTextWriter& rhs) =
delete;
86class KeyValueTextReader
94 KeyValueTextReader(
const KeyValueTextReader& rhs) =
delete;
95 ~KeyValueTextReader();
96 KeyValueTextReader& operator=(
const KeyValueTextReader& rhs) =
delete;
100 void setFileOffset(
Int64 v);
Declarations of types used in Arcane.
Interface of a service for compressing/decompressing data.
Interface of a hashing algorithm.
Reference to an instance.
View of an array of elements of type T.
View of an array of elements of type T.
Unicode character string.
TraceAccessor(ITraceMng *m)
Constructs an accessor via the trace manager m.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int64_t Int64
Signed integer type of 64 bits.
std::int32_t Int32
Signed integer type of 32 bits.