|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Separator for output streams. More...
#include <Separateur.h>
Public Types | |
| enum | Type { ENDL , SPACE } |
Public Member Functions | |
| Separateur (Type t) | |
| const Type & | get_type () const |
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).
Definition at line 28 of file Separateur.h.
| enum Separateur::Type |
| Enumerator | |
|---|---|
| ENDL | |
| SPACE | |
Definition at line 31 of file Separateur.h.
|
inline |
Definition at line 32 of file Separateur.h.
|
inline |
Definition at line 33 of file Separateur.h.