EFichier#
#include <EFichier.h>
Fichier en lecture Cette classe est a la classe C + + ifstream ce que la classe Entree est a la.
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`EFichier <class-efichier>`
[EFichier](#class-efichier)
Detailed description#
classe C + + istream. Elle redefinit de facon virtuelle les operateurs de lecture dans un fichier.
Inherits from#
public : Entree_Fichier_base
Inherited by#
public : EFichierBin
public : LecFicDistribue
public : LecFicDistribue_sansnum
public : Lec_Diffuse_base
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
duplique#
int EFichier::duplique() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int EFichier::duplique() const override <efichier-public-int-efichier-duplique-const-override>`
[int EFichier::duplique() const override](#efichier-public-int-efichier-duplique-const-override)
EFichier#
EFichier::EFichier()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`EFichier::EFichier() <efichier-public-efichier-efichier>`
[EFichier::EFichier()](#efichier-public-efichier-efichier)
EFichier#
EFichier::EFichier(const char *name, std::ios_base::openmode mode=ios::in)
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`EFichier::EFichier(const char *name, std::ios_base::openmode mode=ios::in) <efichier-public-efichier-efichier-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in>`
[EFichier::EFichier(const char *name, std::ios_base::openmode mode=ios::in)](#efichier-public-efichier-efichier-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-in)
get_info#
const Type_info * EFichier::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * EFichier::get_info() const override <efichier-public-const-type-info-ptr-efichier-get-info-const-override>`
[const Type_info * EFichier::get_info() const override](#efichier-public-const-type-info-ptr-efichier-get-info-const-override)
taille_memoire#
unsigned EFichier::taille_memoire() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`unsigned EFichier::taille_memoire() const override <efichier-public-unsigned-efichier-taille-memoire-const-override>`
[unsigned EFichier::taille_memoire() const override](#efichier-public-unsigned-efichier-taille-memoire-const-override)
~EFichier#
EFichier::~EFichier()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`EFichier::~EFichier() <efichier-public-efichier-dtor-efichier>`
[EFichier::~EFichier()](#efichier-public-efichier-dtor-efichier)
cree_instance#
Objet_U * EFichier::cree_instance()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Objet_U * EFichier::cree_instance() <efichier-public-static-objet-u-ptr-efichier-cree-instance>`
[Objet_U * EFichier::cree_instance()](#efichier-public-static-objet-u-ptr-efichier-cree-instance)
info#
const Type_info * EFichier::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * EFichier::info() <efichier-public-static-const-type-info-ptr-efichier-info>`
[const Type_info * EFichier::info()](#efichier-public-static-const-type-info-ptr-efichier-info)
self_cast#
const EFichier & EFichier::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const EFichier & EFichier::self_cast(const Objet_U &) <efichier-public-static-const-efichier-ref-efichier-self-cast-const-objet-u-ref>`
[const EFichier & EFichier::self_cast(const Objet_U &)](#efichier-public-static-const-efichier-ref-efichier-self-cast-const-objet-u-ref)
self_cast#
EFichier & EFichier::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`EFichier & EFichier::self_cast(Objet_U &) <efichier-public-static-efichier-ref-efichier-self-cast-objet-u-ref>`
[EFichier & EFichier::self_cast(Objet_U &)](#efichier-public-static-efichier-ref-efichier-self-cast-objet-u-ref)
printOn#
Sortie & EFichier::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & EFichier::printOn(Sortie &x) const override <efichier-protected-sortie-ref-efichier-printon-sortie-ref-x-const-override>`
[Sortie & EFichier::printOn(Sortie &x) const override](#efichier-protected-sortie-ref-efichier-printon-sortie-ref-x-const-override)
readOn#
Entree & EFichier::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & EFichier::readOn(Entree &) override <efichier-protected-entree-ref-efichier-readon-entree-ref-override>`
[Entree & EFichier::readOn(Entree &) override](#efichier-protected-entree-ref-efichier-readon-entree-ref-override)
Attributes Documentation#
const Type_info EFichier::info_obj