Detailed Description
Definition in file Ostream.H.
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 |
namespace | Foam |
| Namespace for OpenFOAM.
|
Functions |
Ostream & | operator<< (Ostream &os, OstreamManip f) |
| operator<< handling for manipulators without arguments
|
Ostream & | operator<< (Ostream &os, IOstreamManip f) |
| operator<< handling for manipulators without arguments
|
Ostream & | indent (Ostream &os) |
| Indent stream.
|
Ostream & | incrIndent (Ostream &os) |
| Increment the indent level.
|
Ostream & | decrIndent (Ostream &os) |
| Decrement the indent level.
|
Ostream & | flush (Ostream &os) |
| Flush stream.
|
Ostream & | endl (Ostream &os) |
| Add newline and flush stream.
|
Variables |
static const char | tab = '\t' |
static const char | nl = '\n' |