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;
43 const char* getNextLine(
const char*);
44 const char* getNextLine(
void);
46 Integer getInteger(
void);
48 bool lookForString(
const String& str);
62 std::istream* m_stream;
63 char m_buf[IOS_BFR_SZE];
Routines des Lecture/Ecriture d'un fichier.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-