TRUST_Vector#

#include <TRUST_Vector.h>
Brief description

classe TRUST_Vector

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:`TRUST\_Vector <class-template-trust-vector>`
[TRUST\_Vector](#class-template-trust-vector)

Detailed description#

Inherits from#

Inheritance graph#

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

../../../../../_images/classTRUST__Vector__inherit__graph.png

List of Protected Methods#

List of Private Methods#

List of Public Methods#

Complete Member Function Documentation#

duplique#

Definition
int TRUST_Vector<_CLASSE_>::duplique() const override
Brief description
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 TRUST_Vector<_CLASSE_>::duplique() const override <trust-vector-protected-int-trust-vector-classe-duplique-const-override>`
[int TRUST_Vector<_CLASSE_>::duplique() const override](#trust-vector-protected-int-trust-vector-classe-duplique-const-override)

printOn#

Definition
Sortie & TRUST_Vector<_CLASSE_>::printOn(Sortie &s) const override
Brief description

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 & TRUST_Vector<_CLASSE_>::printOn(Sortie &s) const override <trust-vector-protected-sortie-ref-trust-vector-classe-printon-sortie-ref-s-const-override>`
[Sortie & TRUST_Vector<_CLASSE_>::printOn(Sortie &s) const override](#trust-vector-protected-sortie-ref-trust-vector-classe-printon-sortie-ref-s-const-override)

readOn#

Definition
Entree & TRUST_Vector<_CLASSE_>::readOn(Entree &s) override
Brief description

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 & TRUST_Vector<_CLASSE_>::readOn(Entree &s) override <trust-vector-protected-entree-ref-trust-vector-classe-readon-entree-ref-s-override>`
[Entree & TRUST_Vector<_CLASSE_>::readOn(Entree &s) override](#trust-vector-protected-entree-ref-trust-vector-classe-readon-entree-ref-s-override)

taille_memoire#

Definition
unsigned TRUST_Vector<_CLASSE_>::taille_memoire() const override
Brief description
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 TRUST_Vector<_CLASSE_>::taille_memoire() const override <trust-vector-protected-unsigned-trust-vector-classe-taille-memoire-const-override>`
[unsigned TRUST_Vector<_CLASSE_>::taille_memoire() const override](#trust-vector-protected-unsigned-trust-vector-classe-taille-memoire-const-override)

printOn_#

Definition
std::enable_if_t<!(std::is_same<_TYPE_, MD_Vector>::value), Sortie &> TRUST_Vector<_CLASSE_>::printOn_(Sortie &s) const
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:`std::enable_if_t<!(std::is_same<_TYPE_, MD_Vector>::value), Sortie &> TRUST_Vector<_CLASSE_>::printOn_(Sortie &s) const <trust-vector-private-std-enable-if-t-!-std-is-same-type-md-vector-value-sortie-ref-trust-vector-classe-printon-underscore-sortie-ref-s-const>`
[std::enable_if_t<!(std::is_same<_TYPE_, MD_Vector>::value), Sortie &> TRUST_Vector<_CLASSE_>::printOn_(Sortie &s) const](#trust-vector-private-std-enable-if-t-!-std-is-same-type-md-vector-value-sortie-ref-trust-vector-classe-printon-underscore-sortie-ref-s-const)

printOn_#

Definition
std::enable_if_t<(std::is_same<_TYPE_, MD_Vector>::value), Sortie &> TRUST_Vector<_CLASSE_>::printOn_(Sortie &s) const
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:`std::enable_if_t<(std::is_same<_TYPE_, MD_Vector>::value), Sortie &> TRUST_Vector<_CLASSE_>::printOn_(Sortie &s) const <trust-vector-private-std-enable-if-t-std-is-same-type-md-vector-value-sortie-ref-trust-vector-classe-printon-underscore-sortie-ref-s-const>`
[std::enable_if_t<(std::is_same<_TYPE_, MD_Vector>::value), Sortie &> TRUST_Vector<_CLASSE_>::printOn_(Sortie &s) const](#trust-vector-private-std-enable-if-t-std-is-same-type-md-vector-value-sortie-ref-trust-vector-classe-printon-underscore-sortie-ref-s-const)

readOn_#

Definition
std::enable_if_t<!(std::is_same<_TYPE_, MD_Vector>::value), Entree &> TRUST_Vector<_CLASSE_>::readOn_(Entree &s)
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:`std::enable_if_t<!(std::is_same<_TYPE_, MD_Vector>::value), Entree &> TRUST_Vector<_CLASSE_>::readOn_(Entree &s) <trust-vector-private-std-enable-if-t-!-std-is-same-type-md-vector-value-entree-ref-trust-vector-classe-readon-underscore-entree-ref-s>`
[std::enable_if_t<!(std::is_same<_TYPE_, MD_Vector>::value), Entree &> TRUST_Vector<_CLASSE_>::readOn_(Entree &s)](#trust-vector-private-std-enable-if-t-!-std-is-same-type-md-vector-value-entree-ref-trust-vector-classe-readon-underscore-entree-ref-s)

readOn_#

Definition
std::enable_if_t<(std::is_same<_TYPE_, MD_Vector>::value), Entree &> TRUST_Vector<_CLASSE_>::readOn_(Entree &s)
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:`std::enable_if_t<(std::is_same<_TYPE_, MD_Vector>::value), Entree &> TRUST_Vector<_CLASSE_>::readOn_(Entree &s) <trust-vector-private-std-enable-if-t-std-is-same-type-md-vector-value-entree-ref-trust-vector-classe-readon-underscore-entree-ref-s>`
[std::enable_if_t<(std::is_same<_TYPE_, MD_Vector>::value), Entree &> TRUST_Vector<_CLASSE_>::readOn_(Entree &s)](#trust-vector-private-std-enable-if-t-std-is-same-type-md-vector-value-entree-ref-trust-vector-classe-readon-underscore-entree-ref-s)

add#

Definition
value_type & TRUST_Vector<_CLASSE_>::add()=delete
Brief description
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:`value_type & TRUST_Vector<_CLASSE_>::add()=delete <trust-vector-public-value-type-ref-trust-vector-classe-add-equal-delete>`
[value_type & TRUST_Vector<_CLASSE_>::add()=delete](#trust-vector-public-value-type-ref-trust-vector-classe-add-equal-delete)

add#

Definition
void TRUST_Vector<_CLASSE_>::add(const TRUST_Vector &v2)
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:`void TRUST_Vector<_CLASSE_>::add(const TRUST_Vector &v2) <trust-vector-public-void-trust-vector-classe-add-const-trust-vector-ref-v2>`
[void TRUST_Vector<_CLASSE_>::add(const TRUST_Vector &v2)](#trust-vector-public-void-trust-vector-classe-add-const-trust-vector-ref-v2)

add#

Definition
value_type & TRUST_Vector<_CLASSE_>::add(const value_type &data_to_add)
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:`value_type & TRUST_Vector<_CLASSE_>::add(const value_type &data_to_add) <trust-vector-public-value-type-ref-trust-vector-classe-add-const-value-type-ref-data-to-add>`
[value_type & TRUST_Vector<_CLASSE_>::add(const value_type &data_to_add)](#trust-vector-public-value-type-ref-trust-vector-classe-add-const-value-type-ref-data-to-add)

add#

Definition
value_type & TRUST_Vector<_CLASSE_>::add(value_type &&data_to_add)
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:`value_type & TRUST_Vector<_CLASSE_>::add(value_type &&data_to_add) <trust-vector-public-value-type-ref-trust-vector-classe-add-value-type-ref-ref-data-to-add>`
[value_type & TRUST_Vector<_CLASSE_>::add(value_type &&data_to_add)](#trust-vector-public-value-type-ref-trust-vector-classe-add-value-type-ref-ref-data-to-add)

back#

Definition
value_type & TRUST_Vector<_CLASSE_>::back()
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:`value_type & TRUST_Vector<_CLASSE_>::back() <trust-vector-public-value-type-ref-trust-vector-classe-back>`
[value_type & TRUST_Vector<_CLASSE_>::back()](#trust-vector-public-value-type-ref-trust-vector-classe-back)

begin#

Definition
IteratorWrapper TRUST_Vector<_CLASSE_>::begin()
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:`IteratorWrapper TRUST_Vector<_CLASSE_>::begin() <trust-vector-public-iteratorwrapper-trust-vector-classe-begin>`
[IteratorWrapper TRUST_Vector<_CLASSE_>::begin()](#trust-vector-public-iteratorwrapper-trust-vector-classe-begin)

begin#

Definition
const ConstIteratorWrapper TRUST_Vector<_CLASSE_>::begin() const
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:`const ConstIteratorWrapper TRUST_Vector<_CLASSE_>::begin() const <trust-vector-public-const-constiteratorwrapper-trust-vector-classe-begin-const>`
[const ConstIteratorWrapper TRUST_Vector<_CLASSE_>::begin() const](#trust-vector-public-const-constiteratorwrapper-trust-vector-classe-begin-const)

clear#

Definition
void TRUST_Vector<_CLASSE_>::clear()
Brief description
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 TRUST_Vector<_CLASSE_>::clear() <trust-vector-public-void-trust-vector-classe-clear>`
[void TRUST_Vector<_CLASSE_>::clear()](#trust-vector-public-void-trust-vector-classe-clear)

dimensionner#

Definition
void TRUST_Vector<_CLASSE_>::dimensionner(int i)
Brief description
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 TRUST_Vector<_CLASSE_>::dimensionner(int i) <trust-vector-public-void-trust-vector-classe-dimensionner-int-i>`
[void TRUST_Vector<_CLASSE_>::dimensionner(int i)](#trust-vector-public-void-trust-vector-classe-dimensionner-int-i)

dimensionner_force#

Definition
void TRUST_Vector<_CLASSE_>::dimensionner_force(int i)
Brief description
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 TRUST_Vector<_CLASSE_>::dimensionner_force(int i) <trust-vector-public-void-trust-vector-classe-dimensionner-force-int-i>`
[void TRUST_Vector<_CLASSE_>::dimensionner_force(int i)](#trust-vector-public-void-trust-vector-classe-dimensionner-force-int-i)

end#

Definition
IteratorWrapper TRUST_Vector<_CLASSE_>::end()
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:`IteratorWrapper TRUST_Vector<_CLASSE_>::end() <trust-vector-public-iteratorwrapper-trust-vector-classe-end>`
[IteratorWrapper TRUST_Vector<_CLASSE_>::end()](#trust-vector-public-iteratorwrapper-trust-vector-classe-end)

end#

Definition
const ConstIteratorWrapper TRUST_Vector<_CLASSE_>::end() const
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:`const ConstIteratorWrapper TRUST_Vector<_CLASSE_>::end() const <trust-vector-public-const-constiteratorwrapper-trust-vector-classe-end-const>`
[const ConstIteratorWrapper TRUST_Vector<_CLASSE_>::end() const](#trust-vector-public-const-constiteratorwrapper-trust-vector-classe-end-const)

front#

Definition
value_type & TRUST_Vector<_CLASSE_>::front()
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:`value_type & TRUST_Vector<_CLASSE_>::front() <trust-vector-public-value-type-ref-trust-vector-classe-front>`
[value_type & TRUST_Vector<_CLASSE_>::front()](#trust-vector-public-value-type-ref-trust-vector-classe-front)

get_stl_vect#

Definition
STLVect & TRUST_Vector<_CLASSE_>::get_stl_vect()
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:`STLVect & TRUST_Vector<_CLASSE_>::get_stl_vect() <trust-vector-public-stlvect-ref-trust-vector-classe-get-stl-vect>`
[STLVect & TRUST_Vector<_CLASSE_>::get_stl_vect()](#trust-vector-public-stlvect-ref-trust-vector-classe-get-stl-vect)

get_stl_vect#

Definition
const STLVect & TRUST_Vector<_CLASSE_>::get_stl_vect() const
Brief description
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:`const STLVect & TRUST_Vector<_CLASSE_>::get_stl_vect() const <trust-vector-public-const-stlvect-ref-trust-vector-classe-get-stl-vect-const>`
[const STLVect & TRUST_Vector<_CLASSE_>::get_stl_vect() const](#trust-vector-public-const-stlvect-ref-trust-vector-classe-get-stl-vect-const)

lit#

Definition
Entree & TRUST_Vector<_CLASSE_>::lit(Entree &s)
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:`Entree & TRUST_Vector<_CLASSE_>::lit(Entree &s) <trust-vector-public-entree-ref-trust-vector-classe-lit-entree-ref-s>`
[Entree & TRUST_Vector<_CLASSE_>::lit(Entree &s)](#trust-vector-public-entree-ref-trust-vector-classe-lit-entree-ref-s)

operator()#

Definition
const value_type & TRUST_Vector<_CLASSE_>::operator()(int i) const =delete
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:`const value_type & TRUST_Vector<_CLASSE_>::operator()(int i) const =delete <trust-vector-public-const-value-type-ref-trust-vector-classe-operator-int-i-const-equal-delete>`
[const value_type & TRUST_Vector<_CLASSE_>::operator()(int i) const =delete](#trust-vector-public-const-value-type-ref-trust-vector-classe-operator-int-i-const-equal-delete)

operator()#

Definition
value_type & TRUST_Vector<_CLASSE_>::operator()(int i)=delete
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:`value_type & TRUST_Vector<_CLASSE_>::operator()(int i)=delete <trust-vector-public-value-type-ref-trust-vector-classe-operator-int-i-equal-delete>`
[value_type & TRUST_Vector<_CLASSE_>::operator()(int i)=delete](#trust-vector-public-value-type-ref-trust-vector-classe-operator-int-i-equal-delete)

operator =#

Definition
TRUST_Vector & TRUST_Vector<_CLASSE_>::operator=(const TRUST_Vector &avect)
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:`TRUST_Vector & TRUST_Vector<_CLASSE_>::operator=(const TRUST_Vector &avect) <trust-vector-public-trust-vector-ref-trust-vector-classe-operator-equal-const-trust-vector-ref-avect>`
[TRUST_Vector & TRUST_Vector<_CLASSE_>::operator=(const TRUST_Vector &avect)](#trust-vector-public-trust-vector-ref-trust-vector-classe-operator-equal-const-trust-vector-ref-avect)

operator[]#

Definition
value_type & TRUST_Vector<_CLASSE_>::operator[](int i)
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:`value_type & TRUST_Vector<_CLASSE_>::operator[](int i) <trust-vector-public-value-type-ref-trust-vector-classe-operator[]-int-i>`
[value_type & TRUST_Vector<_CLASSE_>::operator[](int i)](#trust-vector-public-value-type-ref-trust-vector-classe-operator[]-int-i)

operator[]#

Definition
const value_type & TRUST_Vector<_CLASSE_>::operator[](int i) const
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:`const value_type & TRUST_Vector<_CLASSE_>::operator[](int i) const <trust-vector-public-const-value-type-ref-trust-vector-classe-operator[]-int-i-const>`
[const value_type & TRUST_Vector<_CLASSE_>::operator[](int i) const](#trust-vector-public-const-value-type-ref-trust-vector-classe-operator[]-int-i-const)

reset#

Definition
void TRUST_Vector<_CLASSE_>::reset()
Brief description
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 TRUST_Vector<_CLASSE_>::reset() <trust-vector-public-void-trust-vector-classe-reset>`
[void TRUST_Vector<_CLASSE_>::reset()](#trust-vector-public-void-trust-vector-classe-reset)

resize#

Definition
void TRUST_Vector<_CLASSE_>::resize(int i)
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:`void TRUST_Vector<_CLASSE_>::resize(int i) <trust-vector-public-void-trust-vector-classe-resize-int-i>`
[void TRUST_Vector<_CLASSE_>::resize(int i)](#trust-vector-public-void-trust-vector-classe-resize-int-i)

size#

Definition
int TRUST_Vector<_CLASSE_>::size() const
Brief description
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:`int TRUST_Vector<_CLASSE_>::size() const <trust-vector-public-int-trust-vector-classe-size-const>`
[int TRUST_Vector<_CLASSE_>::size() const](#trust-vector-public-int-trust-vector-classe-size-const)

TRUST_Vector#

Definition
TRUST_Vector<_CLASSE_>::TRUST_Vector()=default
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:`TRUST_Vector<_CLASSE_>::TRUST_Vector()=default <trust-vector-public-trust-vector-classe-trust-vector-equal-default>`
[TRUST_Vector<_CLASSE_>::TRUST_Vector()=default](#trust-vector-public-trust-vector-classe-trust-vector-equal-default)

TRUST_Vector#

Definition
TRUST_Vector<_CLASSE_>::TRUST_Vector(const TRUST_Vector &avect)
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:`TRUST_Vector<_CLASSE_>::TRUST_Vector(const TRUST_Vector &avect) <trust-vector-public-trust-vector-classe-trust-vector-const-trust-vector-ref-avect>`
[TRUST_Vector<_CLASSE_>::TRUST_Vector(const TRUST_Vector &avect)](#trust-vector-public-trust-vector-classe-trust-vector-const-trust-vector-ref-avect)

TRUST_Vector#

Definition
TRUST_Vector<_CLASSE_>::TRUST_Vector(int i)
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:`TRUST_Vector<_CLASSE_>::TRUST_Vector(int i) <trust-vector-public-trust-vector-classe-trust-vector-int-i>`
[TRUST_Vector<_CLASSE_>::TRUST_Vector(int i)](#trust-vector-public-trust-vector-classe-trust-vector-int-i)

~TRUST_Vector#

Definition
TRUST_Vector<_CLASSE_>::~TRUST_Vector()
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:`TRUST_Vector<_CLASSE_>::~TRUST_Vector() <trust-vector-public-trust-vector-classe-dtor-trust-vector>`
[TRUST_Vector<_CLASSE_>::~TRUST_Vector()](#trust-vector-public-trust-vector-classe-dtor-trust-vector)

Attributes Documentation#

z_vect_ (private)
STLVect TRUST_Vector<_CLASSE_>::z_vect_