Separateur#

#include <Separateur.h>
Brief description

Separateur pour les fichiers.

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

Detailed description#

Ce sont des objets speciaux que l’on peut inserer dans une sortie comme ceci: sortie <<”coucou” <<space <<x <<finl; et qui sont traites differemment en fonction du type de fichier (binaire ou ascii).

List of Public Methods#

Complete Member Function Documentation#

get_type#

Definition
const Type & Separateur::get_type() const
Brief description
Detailed description
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 Type & Separateur::get_type() const <separateur-public-const-type-ref-separateur-get-type-const>`
[const Type & Separateur::get_type() const](#separateur-public-const-type-ref-separateur-get-type-const)

Separateur#

Definition
Separateur::Separateur(Type t)
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:`Separateur::Separateur(Type t) <separateur-public-separateur-separateur-type-t>`
[Separateur::Separateur(Type t)](#separateur-public-separateur-separateur-type-t)

Attributes Documentation#

type_ (private)
Type Separateur::type_

Enums#

Separateur::Type#

Location: trust-code/src/Kernel/Utilitaires/Separateur.h:32

How to cite in this doc: 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:`Separateur::Type <enum-none-separateur-type>`
[Separateur::Type](#enum-none-separateur-type)
  • ENDL

  • SPACE