TRUSTLists#
#include <TRUSTLists.h>
: Un tableau de listes de type IntList
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:`TRUSTLists <class-template-trustlists>`
[TRUSTLists](#class-template-trustlists)
Detailed description#
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
Complete Member Function Documentation#
dimensionner#
void TRUSTLists<_TYPE_>::dimensionner(int)
Redimensionne un tableau de listes.
Detailed description
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:`void TRUSTLists<_TYPE_>::dimensionner(int) <trustlists-public-void-trustlists-type-dimensionner-int>`
[void TRUSTLists<_TYPE_>::dimensionner(int)](#trustlists-public-void-trustlists-type-dimensionner-int)
operator =#
TRUSTLists<_TYPE_> & TRUSTLists<_TYPE_>::operator=(const TRUSTLists &)
Copie et affectation.
Detailed description
Les anciennes donnees sont perdues
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:`TRUSTLists<_TYPE_> & TRUSTLists<_TYPE_>::operator=(const TRUSTLists &) <trustlists-public-trustlists-type-ref-trustlists-type-operator-equal-const-trustlists-ref>`
[TRUSTLists<_TYPE_> & TRUSTLists<_TYPE_>::operator=(const TRUSTLists &)](#trustlists-public-trustlists-type-ref-trustlists-type-operator-equal-const-trustlists-ref)
operator[]#
TRUSTList<_TYPE_> & TRUSTLists<_TYPE_>::operator[](int)
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:`TRUSTList<_TYPE_> & TRUSTLists<_TYPE_>::operator[](int) <trustlists-public-trustlist-type-ref-trustlists-type-operator[]-int>`
[TRUSTList<_TYPE_> & TRUSTLists<_TYPE_>::operator[](int)](#trustlists-public-trustlist-type-ref-trustlists-type-operator[]-int)
operator[]#
const TRUSTList<_TYPE_> & TRUSTLists<_TYPE_>::operator[](int) const
Acces a la ieme liste du tableau.
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 TRUSTList<_TYPE_> & TRUSTLists<_TYPE_>::operator[](int) const <trustlists-public-const-trustlist-type-ref-trustlists-type-operator[]-int-const>`
[const TRUSTList<_TYPE_> & TRUSTLists<_TYPE_>::operator[](int) const](#trustlists-public-const-trustlist-type-ref-trustlists-type-operator[]-int-const)
printOn#
Sortie & TRUSTLists<_TYPE_>::printOn(Sortie &s) const
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:`Sortie & TRUSTLists<_TYPE_>::printOn(Sortie &s) const <trustlists-public-sortie-ref-trustlists-type-printon-sortie-ref-s-const>`
[Sortie & TRUSTLists<_TYPE_>::printOn(Sortie &s) const](#trustlists-public-sortie-ref-trustlists-type-printon-sortie-ref-s-const)
readOn#
Entree & TRUSTLists<_TYPE_>::readOn(Entree &is)
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:`Entree & TRUSTLists<_TYPE_>::readOn(Entree &is) <trustlists-public-entree-ref-trustlists-type-readon-entree-ref-is>`
[Entree & TRUSTLists<_TYPE_>::readOn(Entree &is)](#trustlists-public-entree-ref-trustlists-type-readon-entree-ref-is)
search#
int TRUSTLists<_TYPE_>::search(const TRUSTList< _TYPE_ > &) const
Recherche d’une liste dans le tableau.
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:`int TRUSTLists<_TYPE_>::search(const TRUSTList< _TYPE_ > &) const <trustlists-public-int-trustlists-type-search-const-trustlist-type-ref-const>`
[int TRUSTLists<_TYPE_>::search(const TRUSTList< _TYPE_ > &) const](#trustlists-public-int-trustlists-type-search-const-trustlist-type-ref-const)
size#
int TRUSTLists<_TYPE_>::size() const
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 TRUSTLists<_TYPE_>::size() const <trustlists-public-int-trustlists-type-size-const>`
[int TRUSTLists<_TYPE_>::size() const](#trustlists-public-int-trustlists-type-size-const)
TRUSTLists#
TRUSTLists<_TYPE_>::TRUSTLists()
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:`TRUSTLists<_TYPE_>::TRUSTLists() <trustlists-public-trustlists-type-trustlists>`
[TRUSTLists<_TYPE_>::TRUSTLists()](#trustlists-public-trustlists-type-trustlists)
TRUSTLists#
TRUSTLists<_TYPE_>::TRUSTLists(const TRUSTLists &vect)
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:`TRUSTLists<_TYPE_>::TRUSTLists(const TRUSTLists &vect) <trustlists-public-trustlists-type-trustlists-const-trustlists-ref-vect>`
[TRUSTLists<_TYPE_>::TRUSTLists(const TRUSTLists &vect)](#trustlists-public-trustlists-type-trustlists-const-trustlists-ref-vect)
TRUSTLists#
TRUSTLists<_TYPE_>::TRUSTLists(int i)
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:`TRUSTLists<_TYPE_>::TRUSTLists(int i) <trustlists-public-trustlists-type-trustlists-int-i>`
[TRUSTLists<_TYPE_>::TRUSTLists(int i)](#trustlists-public-trustlists-type-trustlists-int-i)
~TRUSTLists#
virtual TRUSTLists<_TYPE_>::~TRUSTLists()
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:`virtual TRUSTLists<_TYPE_>::~TRUSTLists() <trustlists-public-virtual-trustlists-type-dtor-trustlists>`
[virtual TRUSTLists<_TYPE_>::~TRUSTLists()](#trustlists-public-virtual-trustlists-type-dtor-trustlists)
Attributes Documentation#
TRUSTList<_TYPE_>* TRUSTLists<_TYPE_>::data
int TRUSTLists<_TYPE_>::sz