Go to the source code of this file.
|
class | Ostream |
| An Ostream is an abstract base class for all output systems (streams, files, token lists, etc). More...
|
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
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...
|
|
|
static const char | tab = '\t' |
|
static const char | nl = '\n' |
|
Original source file Ostream.H
Definition in file Ostream.H.