
Go to the source code of this file.
Classes | |
| class | Ostream |
| An Ostream is an abstract base class for all output systems (streams, files, token lists, etc). More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Typedefs | |
| typedef Ostream &(* | OstreamManip) (Ostream &) |
| An Ostream manipulator. More... | |
Functions | |
| Ostream & | operator<< (Ostream &os, OstreamManip f) |
| operator<< handling for manipulators without arguments More... | |
| Ostream & | operator<< (Ostream &os, IOstreamManip f) |
| operator<< handling for manipulators without arguments More... | |
| Ostream & | indent (Ostream &os) |
| Indent stream. More... | |
| Ostream & | incrIndent (Ostream &os) |
| Increment the indent level. More... | |
| Ostream & | decrIndent (Ostream &os) |
| Decrement the indent level. More... | |
| Ostream & | flush (Ostream &os) |
| Flush stream. More... | |
| Ostream & | endl (Ostream &os) |
| Add newline and flush stream. More... | |
| Ostream & | beginBlock (Ostream &os) |
| Write begin block group without a name. More... | |
| Ostream & | endBlock (Ostream &os) |
| Write end block group. More... | |
| Ostream & | endEntry (Ostream &os) |
| Write end entry (';') followed by newline. More... | |
Variables | |
| constexpr char | tab = '\t' |
The tab '\t' character(0x09) More... | |
| constexpr char | nl = '\n' |
The newline '\n' character (0x0a) More... | |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.