SFichierBin#
#include <SFichierBin.h>
Ecriture dans un fichier d’objets ecrits au format binaire.
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:`SFichierBin <class-sfichierbin>`
[SFichierBin](#class-sfichierbin)
Detailed description#
Inherits from#
public : SFichier
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Static Methods#
List of Public Methods#
List of Protected Methods#
Complete Member Function Documentation#
cree_instance#
Objet_U * SFichierBin::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 * SFichierBin::cree_instance() <sfichierbin-public-static-objet-u-ptr-sfichierbin-cree-instance>`
[Objet_U * SFichierBin::cree_instance()](#sfichierbin-public-static-objet-u-ptr-sfichierbin-cree-instance)
info#
const Type_info * SFichierBin::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 * SFichierBin::info() <sfichierbin-public-static-const-type-info-ptr-sfichierbin-info>`
[const Type_info * SFichierBin::info()](#sfichierbin-public-static-const-type-info-ptr-sfichierbin-info)
self_cast#
const SFichierBin & SFichierBin::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 SFichierBin & SFichierBin::self_cast(const Objet_U &) <sfichierbin-public-static-const-sfichierbin-ref-sfichierbin-self-cast-const-objet-u-ref>`
[const SFichierBin & SFichierBin::self_cast(const Objet_U &)](#sfichierbin-public-static-const-sfichierbin-ref-sfichierbin-self-cast-const-objet-u-ref)
self_cast#
SFichierBin & SFichierBin::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:`SFichierBin & SFichierBin::self_cast(Objet_U &) <sfichierbin-public-static-sfichierbin-ref-sfichierbin-self-cast-objet-u-ref>`
[SFichierBin & SFichierBin::self_cast(Objet_U &)](#sfichierbin-public-static-sfichierbin-ref-sfichierbin-self-cast-objet-u-ref)
duplique#
int SFichierBin::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 SFichierBin::duplique() const override <sfichierbin-public-int-sfichierbin-duplique-const-override>`
[int SFichierBin::duplique() const override](#sfichierbin-public-int-sfichierbin-duplique-const-override)
get_info#
const Type_info * SFichierBin::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 * SFichierBin::get_info() const override <sfichierbin-public-const-type-info-ptr-sfichierbin-get-info-const-override>`
[const Type_info * SFichierBin::get_info() const override](#sfichierbin-public-const-type-info-ptr-sfichierbin-get-info-const-override)
SFichierBin#
SFichierBin::SFichierBin()
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:`SFichierBin::SFichierBin() <sfichierbin-public-sfichierbin-sfichierbin>`
[SFichierBin::SFichierBin()](#sfichierbin-public-sfichierbin-sfichierbin)
SFichierBin#
SFichierBin::SFichierBin(const char *name, std::ios_base::openmode mode=ios::out)
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:`SFichierBin::SFichierBin(const char *name, std::ios_base::openmode mode=ios::out) <sfichierbin-public-sfichierbin-sfichierbin-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-out>`
[SFichierBin::SFichierBin(const char *name, std::ios_base::openmode mode=ios::out)](#sfichierbin-public-sfichierbin-sfichierbin-const-char-ptr-name-std-ios-base-openmode-mode-equal-ios-out)
taille_memoire#
unsigned SFichierBin::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 SFichierBin::taille_memoire() const override <sfichierbin-public-unsigned-sfichierbin-taille-memoire-const-override>`
[unsigned SFichierBin::taille_memoire() const override](#sfichierbin-public-unsigned-sfichierbin-taille-memoire-const-override)
printOn#
Sortie & SFichierBin::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 & SFichierBin::printOn(Sortie &x) const override <sfichierbin-protected-sortie-ref-sfichierbin-printon-sortie-ref-x-const-override>`
[Sortie & SFichierBin::printOn(Sortie &x) const override](#sfichierbin-protected-sortie-ref-sfichierbin-printon-sortie-ref-x-const-override)
readOn#
Entree & SFichierBin::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 & SFichierBin::readOn(Entree &) override <sfichierbin-protected-entree-ref-sfichierbin-readon-entree-ref-override>`
[Entree & SFichierBin::readOn(Entree &) override](#sfichierbin-protected-entree-ref-sfichierbin-readon-entree-ref-override)
Attributes Documentation#
const Type_info SFichierBin::info_obj