SChaine#
#include <SChaine.h>
Cette classe derivee de Sortie empile ce qu’on lui envoie dans une chaine de caracteres.
How to cite this class in this doc#
:ref:`SChaine <class-schaine>`
[SChaine](#class-schaine)
Detailed description#
On recupere le contenu de la chaine avec get_str() .
Inherits from#
public : Sortie
List of Public Methods#
Complete Member Function Documentation#
get_size
unsigned SChaine::get_size() const
References
How to cite in this doc:
:ref:`unsigned SChaine::get_size() const <public-unsigned-schaine-get-size-const>`
[unsigned SChaine::get_size() const](#public-unsigned-schaine-get-size-const)
get_str
const char * SChaine::get_str() const
returns a copy of the string stored by the SChaine
References
Referenced By
How to cite in this doc:
:ref:`const char * SChaine::get_str() const <public-const-char-ptr-schaine-get-str-const>`
[const char * SChaine::get_str() const](#public-const-char-ptr-schaine-get-str-const)
SChaine
SChaine::SChaine()
References
How to cite in this doc:
:ref:`SChaine::SChaine() <public-schaine-schaine>`
[SChaine::SChaine()](#public-schaine-schaine)
set_bin
void SChaine::set_bin(bool bin) override
Reimplements:
References
Referenced By
How to cite in this doc:
:ref:`void SChaine::set_bin(bool bin) override <public-void-schaine-set-bin-bool-bin-override>`
[void SChaine::set_bin(bool bin) override](#public-void-schaine-set-bin-bool-bin-override)
setf
void SChaine::setf(std::ios_base::fmtflags code) override
Reimplements:
References
How to cite in this doc:
:ref:`void SChaine::setf(std::ios_base::fmtflags code) override <public-void-schaine-setf-std-ios-base-fmtflags-code-override>`
[void SChaine::setf(std::ios_base::fmtflags code) override](#public-void-schaine-setf-std-ios-base-fmtflags-code-override)
Attributes Documentation#
string_ (protected)
std::string SChaine::string_