Axi#
#include <Axi.h>
Classe Axi Cette classe est un interprete qui sert a lire l’attribut axi.
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:`Axi <class-axi>`
[Axi](#class-axi)
Detailed description#
Directive: Axi Cette directive optionelle permets de faire les calculs en coordonnees cylindriques. En l’absence de cette directive les calculs se font en coordonnees cartesiennes.
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#
Axi#
Axi::Axi()
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:`Axi::Axi() <axi-public-axi-axi>`
[Axi::Axi()](#axi-public-axi-axi)
duplique#
int Axi::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 Axi::duplique() const override <axi-public-int-axi-duplique-const-override>`
[int Axi::duplique() const override](#axi-public-int-axi-duplique-const-override)
get_info#
const Type_info * Axi::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 * Axi::get_info() const override <axi-public-const-type-info-ptr-axi-get-info-const-override>`
[const Type_info * Axi::get_info() const override](#axi-public-const-type-info-ptr-axi-get-info-const-override)
interpreter#
Entree & Axi::interpreter(Entree &) override
Fonction principale de l’interprete Axi Positionne la variable axi a 1.
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 & Axi::interpreter(Entree &) override <axi-public-entree-ref-axi-interpreter-entree-ref-override>`
[Entree & Axi::interpreter(Entree &) override](#axi-public-entree-ref-axi-interpreter-entree-ref-override)
taille_memoire#
unsigned Axi::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 Axi::taille_memoire() const override <axi-public-unsigned-axi-taille-memoire-const-override>`
[unsigned Axi::taille_memoire() const override](#axi-public-unsigned-axi-taille-memoire-const-override)
~Axi#
Axi::~Axi()
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:`Axi::~Axi() <axi-public-axi-dtor-axi>`
[Axi::~Axi()](#axi-public-axi-dtor-axi)
cree_instance#
Objet_U * Axi::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 * Axi::cree_instance() <axi-public-static-objet-u-ptr-axi-cree-instance>`
[Objet_U * Axi::cree_instance()](#axi-public-static-objet-u-ptr-axi-cree-instance)
info#
const Type_info * Axi::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 * Axi::info() <axi-public-static-const-type-info-ptr-axi-info>`
[const Type_info * Axi::info()](#axi-public-static-const-type-info-ptr-axi-info)
self_cast#
const Axi & Axi::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 Axi & Axi::self_cast(const Objet_U &) <axi-public-static-const-axi-ref-axi-self-cast-const-objet-u-ref>`
[const Axi & Axi::self_cast(const Objet_U &)](#axi-public-static-const-axi-ref-axi-self-cast-const-objet-u-ref)
self_cast#
Axi & Axi::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:`Axi & Axi::self_cast(Objet_U &) <axi-public-static-axi-ref-axi-self-cast-objet-u-ref>`
[Axi & Axi::self_cast(Objet_U &)](#axi-public-static-axi-ref-axi-self-cast-objet-u-ref)
printOn#
Sortie & Axi::printOn(Sortie &x) const override
Simple appel a: Interprete::printOn(Sortie&)
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 & Axi::printOn(Sortie &x) const override <axi-protected-sortie-ref-axi-printon-sortie-ref-x-const-override>`
[Sortie & Axi::printOn(Sortie &x) const override](#axi-protected-sortie-ref-axi-printon-sortie-ref-x-const-override)
readOn#
Entree & Axi::readOn(Entree &) override
Simple appel a: Interprete::readOn(Entree&)
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 & Axi::readOn(Entree &) override <axi-protected-entree-ref-axi-readon-entree-ref-override>`
[Entree & Axi::readOn(Entree &) override](#axi-protected-entree-ref-axi-readon-entree-ref-override)
Attributes Documentation#
const Type_info Axi::info_obj