EChaine#
#include <EChaine.h>
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#
public : Entree
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
Complete Member Function Documentation#
EChaine#
EChaine::EChaine()
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#
EChaine::EChaine(const char *str)
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#
void EChaine::init(const char *str)
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 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#
EChaine::~EChaine() override
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#
istringstream* EChaine::istrstream_