EChaine#

#include <EChaine.h>
Brief description

Une entree dont la source est une chaine de caracteres.

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:`EChaine <class-echaine>`
[EChaine](#class-echaine)

Detailed description#

Le constructeur cree sa propre copie de la chaine, de sorte que la chaine d’origine peut etre modifiee ensuite sans modifier la EChaine .

Inherits from#

Inheritance graph#

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

../../../../../_images/classEChaine__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

EChaine#

Definition
EChaine::EChaine()
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:`EChaine::EChaine() <echaine-public-echaine-echaine>`
[EChaine::EChaine()](#echaine-public-echaine-echaine)

EChaine#

Definition
EChaine::EChaine(const char *str)
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:`EChaine::EChaine(const char *str) <echaine-public-echaine-echaine-const-char-ptr-str>`
[EChaine::EChaine(const char *str)](#echaine-public-echaine-echaine-const-char-ptr-str)

init#

Definition
void EChaine::init(const char *str)
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 EChaine::init(const char *str) <echaine-public-void-echaine-init-const-char-ptr-str>`
[void EChaine::init(const char *str)](#echaine-public-void-echaine-init-const-char-ptr-str)

~EChaine#

Definition
EChaine::~EChaine() override
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:`EChaine::~EChaine() override <echaine-public-echaine-dtor-echaine-override>`
[EChaine::~EChaine() override](#echaine-public-echaine-dtor-echaine-override)

Attributes Documentation#

istrstream_ (protected)
istringstream* EChaine::istrstream_