Routines des Lecture/Ecriture d'un fichier.
Plus de détails...
#include <arcane/std/internal/IosFile.h>
Routines des Lecture/Ecriture d'un fichier.
Définition à la ligne 32 du fichier IosFile.h.
◆ IosFile()
Arcane::IosFile::IosFile |
( |
std::istream * | stream | ) |
|
|
inline |
◆ binaryRead() [1/5]
◆ binaryRead() [2/5]
void Arcane::IosFile::binaryRead |
( |
SmallSpan< double > | values | ) |
|
◆ binaryRead() [3/5]
◆ binaryRead() [4/5]
◆ binaryRead() [5/5]
◆ checkString() [1/2]
void Arcane::IosFile::checkString |
( |
const String & | current_value, |
|
|
const String & | expected_value ) |
◆ checkString() [2/2]
void Arcane::IosFile::checkString |
( |
const String & | current_value, |
|
|
const String & | expected_value1, |
|
|
const String & | expected_value2 ) |
◆ getInt64()
Int64 Arcane::IosFile::getInt64 |
( |
void | | ) |
|
◆ getInteger()
Integer Arcane::IosFile::getInteger |
( |
void | | ) |
|
◆ getNextLine() [1/2]
const char * Arcane::IosFile::getNextLine |
( |
const char * | comment_char | ) |
|
◆ getNextLine() [2/2]
const char * Arcane::IosFile::getNextLine |
( |
void | | ) |
|
◆ getReal()
Real Arcane::IosFile::getReal |
( |
void | | ) |
|
◆ goToEndOfLine()
void Arcane::IosFile::goToEndOfLine |
( |
void | | ) |
|
Lit tous les caractères jusqu'à un caractère non blanc.
Définition à la ligne 89 du fichier IosFile.cc.
◆ isEnd()
bool Arcane::IosFile::isEnd |
( |
void | | ) |
|
◆ isEqualString()
bool Arcane::IosFile::isEqualString |
( |
const String & | current_value, |
|
|
const String & | expected_value ) |
|
static |
◆ lookForString()
bool Arcane::IosFile::lookForString |
( |
const String & | str | ) |
|
◆ readBytes()
void Arcane::IosFile::readBytes |
( |
SmallSpan< std::byte > | bytes | ) |
|
◆ IOS_BFR_SZE
const int Arcane::IosFile::IOS_BFR_SZE = 8192 |
|
static |
◆ m_buf
char Arcane::IosFile::m_buf[IOS_BFR_SZE] |
|
private |
◆ m_stream
std::istream* Arcane::IosFile::m_stream = nullptr |
|
private |
La documentation de cette classe a été générée à partir des fichiers suivants :