TRUSTListElem#

#include <TRUSTListElem.h>
Brief description

: Classe qui sert a representer une liste de reels int/double precision.

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:`TRUSTListElem <class-template-trustlistelem>`
[TRUSTListElem](#class-template-trustlistelem)

Detailed description#

On ne peut pas utiliser la classe container List avec des objets du type int/double car int/double est un type predefini du C + + qui ne possede pas les fonctions exigees par List<>.

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classTRUSTListElem__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

add#

Definition
TRUSTListElem<_TYPE_> & TRUSTListElem<_TYPE_>::add(_TYPE_)
Brief description

insertion en queue

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:`TRUSTListElem<_TYPE_> & TRUSTListElem<_TYPE_>::add(_TYPE_) <trustlistelem-public-trustlistelem-type-ref-trustlistelem-type-add-type>`
[TRUSTListElem<_TYPE_> & TRUSTListElem<_TYPE_>::add(_TYPE_)](#trustlistelem-public-trustlistelem-type-ref-trustlistelem-type-add-type)

est_dernier#

Definition
int TRUSTListElem<_TYPE_>::est_dernier() const
Brief description
Detailed description
References
Referenced By
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 TRUSTListElem<_TYPE_>::est_dernier() const <trustlistelem-public-int-trustlistelem-type-est-dernier-const>`
[int TRUSTListElem<_TYPE_>::est_dernier() const](#trustlistelem-public-int-trustlistelem-type-est-dernier-const)

est_vide#

Definition
int TRUSTListElem<_TYPE_>::est_vide() const
Brief description
Detailed description
References
Referenced By
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 TRUSTListElem<_TYPE_>::est_vide() const <trustlistelem-public-int-trustlistelem-type-est-vide-const>`
[int TRUSTListElem<_TYPE_>::est_vide() const](#trustlistelem-public-int-trustlistelem-type-est-vide-const)

suivant#

Definition
TRUSTListElem & TRUSTListElem<_TYPE_>::suivant()
Brief description
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:`TRUSTListElem & TRUSTListElem<_TYPE_>::suivant() <trustlistelem-public-trustlistelem-ref-trustlistelem-type-suivant>`
[TRUSTListElem & TRUSTListElem<_TYPE_>::suivant()](#trustlistelem-public-trustlistelem-ref-trustlistelem-type-suivant)

suivant#

Definition
const TRUSTListElem & TRUSTListElem<_TYPE_>::suivant() const
Brief description
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:`const TRUSTListElem & TRUSTListElem<_TYPE_>::suivant() const <trustlistelem-public-const-trustlistelem-ref-trustlistelem-type-suivant-const>`
[const TRUSTListElem & TRUSTListElem<_TYPE_>::suivant() const](#trustlistelem-public-const-trustlistelem-ref-trustlistelem-type-suivant-const)

TRUSTListElem#

Definition
TRUSTListElem<_TYPE_>::TRUSTListElem()
Brief description
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:`TRUSTListElem<_TYPE_>::TRUSTListElem() <trustlistelem-public-trustlistelem-type-trustlistelem>`
[TRUSTListElem<_TYPE_>::TRUSTListElem()](#trustlistelem-public-trustlistelem-type-trustlistelem)

TRUSTListElem#

Definition
TRUSTListElem<_TYPE_>::TRUSTListElem(const _TYPE_ x)
Brief description
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:`TRUSTListElem<_TYPE_>::TRUSTListElem(const _TYPE_ x) <trustlistelem-public-trustlistelem-type-trustlistelem-const-type-x>`
[TRUSTListElem<_TYPE_>::TRUSTListElem(const _TYPE_ x)](#trustlistelem-public-trustlistelem-type-trustlistelem-const-type-x)

TRUSTListElem#

Definition
TRUSTListElem<_TYPE_>::TRUSTListElem(const TRUSTListElem &)
Brief description

Constructeur par copie.

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:`TRUSTListElem<_TYPE_>::TRUSTListElem(const TRUSTListElem &) <trustlistelem-public-trustlistelem-type-trustlistelem-const-trustlistelem-ref>`
[TRUSTListElem<_TYPE_>::TRUSTListElem(const TRUSTListElem &)](#trustlistelem-public-trustlistelem-type-trustlistelem-const-trustlistelem-ref)

valeur#

Definition
_TYPE_ & TRUSTListElem<_TYPE_>::valeur()
Brief description
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:`_TYPE_ & TRUSTListElem<_TYPE_>::valeur() <trustlistelem-public-type-ref-trustlistelem-type-valeur>`
[_TYPE_ & TRUSTListElem<_TYPE_>::valeur()](#trustlistelem-public-type-ref-trustlistelem-type-valeur)

valeur#

Definition
_TYPE_ TRUSTListElem<_TYPE_>::valeur() const
Brief description
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:`_TYPE_ TRUSTListElem<_TYPE_>::valeur() const <trustlistelem-public-type-trustlistelem-type-valeur-const>`
[_TYPE_ TRUSTListElem<_TYPE_>::valeur() const](#trustlistelem-public-type-trustlistelem-type-valeur-const)

~TRUSTListElem#

Definition
TRUSTListElem<_TYPE_>::~TRUSTListElem()
Brief description
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:`TRUSTListElem<_TYPE_>::~TRUSTListElem() <trustlistelem-public-trustlistelem-type-dtor-trustlistelem>`
[TRUSTListElem<_TYPE_>::~TRUSTListElem()](#trustlistelem-public-trustlistelem-type-dtor-trustlistelem)

Attributes Documentation#

data (protected)
_TYPE_ TRUSTListElem<_TYPE_>::data
suivant_ (protected)
TRUSTListElem* TRUSTListElem<_TYPE_>::suivant_

Friends#

  • int operator==

  • friend class TRUSTList< _TYPE_ >