12#ifndef ARCANE_STD_INTERNAL_SERVICES_H
13#define ARCANE_STD_INTERNAL_SERVICES_H
17#include "arcane/utils/Iostream.h"
18#include "arcane/utils/ArrayView.h"
36 static const int IOS_BFR_SZE = 8192;
40 IosFile(std::istream* stream)
43 const char* getNextLine(
const char*);
44 const char* getNextLine(
void);
48 bool lookForString(
const String& str);
49 void checkString(
const String& current_value,
const String& expected_value);
50 void checkString(
const String& current_value,
const String& expected_value1,
const String& expected_value2);
51 static bool isEqualString(
const String& current_value,
const String& expected_value);
62 std::istream* m_stream;
63 char m_buf[IOS_BFR_SZE];
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::int64_t Int64
Type entier signé sur 64 bits.
Int32 Integer
Type représentant un entier.
double Real
Type représentant un réel.