System#
#include <System.h>
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:`System <class-system>`
[System](#class-system)
Detailed description#
Inherits from#
public : Interprete
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 System::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 System::duplique() const override <system-public-int-system-duplique-const-override>`
[int System::duplique() const override](#system-public-int-system-duplique-const-override)
get_info#
const Type_info * System::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 * System::get_info() const override <system-public-const-type-info-ptr-system-get-info-const-override>`
[const Type_info * System::get_info() const override](#system-public-const-type-info-ptr-system-get-info-const-override)
interpreter#
Entree & System::interpreter(Entree &) override
Detailed description
Reimplements:
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:`Entree & System::interpreter(Entree &) override <system-public-entree-ref-system-interpreter-entree-ref-override>`
[Entree & System::interpreter(Entree &) override](#system-public-entree-ref-system-interpreter-entree-ref-override)
System#
System::System()
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:`System::System() <system-public-system-system>`
[System::System()](#system-public-system-system)
taille_memoire#
unsigned System::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 System::taille_memoire() const override <system-public-unsigned-system-taille-memoire-const-override>`
[unsigned System::taille_memoire() const override](#system-public-unsigned-system-taille-memoire-const-override)
~System#
System::~System()
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:`System::~System() <system-public-system-dtor-system>`
[System::~System()](#system-public-system-dtor-system)
cree_instance#
Objet_U * System::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 * System::cree_instance() <system-public-static-objet-u-ptr-system-cree-instance>`
[Objet_U * System::cree_instance()](#system-public-static-objet-u-ptr-system-cree-instance)
info#
const Type_info * System::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 * System::info() <system-public-static-const-type-info-ptr-system-info>`
[const Type_info * System::info()](#system-public-static-const-type-info-ptr-system-info)
self_cast#
const System & System::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 System & System::self_cast(const Objet_U &) <system-public-static-const-system-ref-system-self-cast-const-objet-u-ref>`
[const System & System::self_cast(const Objet_U &)](#system-public-static-const-system-ref-system-self-cast-const-objet-u-ref)
self_cast#
System & System::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:`System & System::self_cast(Objet_U &) <system-public-static-system-ref-system-self-cast-objet-u-ref>`
[System & System::self_cast(Objet_U &)](#system-public-static-system-ref-system-self-cast-objet-u-ref)
printOn#
Sortie & System::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
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:`Sortie & System::printOn(Sortie &x) const override <system-protected-sortie-ref-system-printon-sortie-ref-x-const-override>`
[Sortie & System::printOn(Sortie &x) const override](#system-protected-sortie-ref-system-printon-sortie-ref-x-const-override)
readOn#
Entree & System::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 & System::readOn(Entree &) override <system-protected-entree-ref-system-readon-entree-ref-override>`
[Entree & System::readOn(Entree &) override](#system-protected-entree-ref-system-readon-entree-ref-override)
Attributes Documentation#
const Type_info System::info_obj