12#ifndef ARCANE_STD_INTERNAL_TEXTWRITER2_H
13#define ARCANE_STD_INTERNAL_TEXTWRITER2_H
18#include "arcane/utils/String.h"
44 explicit TextWriter2(
const String& filename);
45 TextWriter2(
const TextWriter2& rhs) =
delete;
47 TextWriter2& operator=(
const TextWriter2& rhs) =
delete;
59 std::ostream& stream();
67 void _open(
const String& filename);
Declarations of types used in Arcane.
Interface of a service for compressing/decompressing data.
Reference to an instance.
View of an array of elements of type T.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
std::int64_t Int64
Signed integer type of 64 bits.