SChaine#

#include <SChaine.h>
Brief description

Cette classe derivee de Sortie empile ce qu’on lui envoie dans 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:`SChaine <class-schaine>`
[SChaine](#class-schaine)

Detailed description#

On recupere le contenu de la chaine avec get_str() .

Inherits from#

Inheritance graph#

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

../../../../../_images/classSChaine__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

get_size#

Definition
unsigned SChaine::get_size() 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:`unsigned SChaine::get_size() const <schaine-public-unsigned-schaine-get-size-const>`
[unsigned SChaine::get_size() const](#schaine-public-unsigned-schaine-get-size-const)

get_str#

Definition
const char * SChaine::get_str() const
Brief description

returns a copy of the string stored by the SChaine

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:`const char * SChaine::get_str() const <schaine-public-const-char-ptr-schaine-get-str-const>`
[const char * SChaine::get_str() const](#schaine-public-const-char-ptr-schaine-get-str-const)

SChaine#

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

set_bin#

Definition
void SChaine::set_bin(bool bin) override
Brief description
Detailed description

Reimplements:

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 SChaine::set_bin(bool bin) override <schaine-public-void-schaine-set-bin-bool-bin-override>`
[void SChaine::set_bin(bool bin) override](#schaine-public-void-schaine-set-bin-bool-bin-override)

setf#

Definition
void SChaine::setf(std::ios_base::fmtflags code) override
Brief description
Detailed description

Reimplements:

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 SChaine::setf(std::ios_base::fmtflags code) override <schaine-public-void-schaine-setf-std-ios-base-fmtflags-code-override>`
[void SChaine::setf(std::ios_base::fmtflags code) override](#schaine-public-void-schaine-setf-std-ios-base-fmtflags-code-override)

Attributes Documentation#

string_ (protected)
std::string SChaine::string_