TrioCFD 1.9.9_beta
TrioCFD documentation
Loading...
Searching...
No Matches
Separateur Class Reference

Separator for output streams. More...

#include <Separateur.h>

Public Types

enum  Type { ENDL , SPACE }

Public Member Functions

 Separateur (Type t)
const Typeget_type () const

Detailed Description

Separator for output streams.

These are special objects that can be inserted into an output stream as follows: sortie << "hello" << space << x << finl; and are handled differently depending on the file type (binary or ASCII).

See also
Sortie

Definition at line 28 of file Separateur.h.

Member Enumeration Documentation

◆ Type

Enumerator
ENDL 
SPACE 

Definition at line 31 of file Separateur.h.

Constructor & Destructor Documentation

◆ Separateur()

Separateur::Separateur ( Type t)
inline

Definition at line 32 of file Separateur.h.

Member Function Documentation

◆ get_type()

const Type & Separateur::get_type ( ) const
inline

Definition at line 33 of file Separateur.h.


The documentation for this class was generated from the following file: