SChaine#
#include <SChaine.h>
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#
public : Sortie
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
Complete Member Function Documentation#
get_size#
unsigned SChaine::get_size() const
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#
const char * SChaine::get_str() const
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#
SChaine::SChaine()
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#
void SChaine::set_bin(bool bin) override
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#
void SChaine::setf(std::ios_base::fmtflags code) override
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#
std::string SChaine::string_