Definition in file Ostream.H.
#include "src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H"
#include "src/OpenFOAM/primitives/strings/keyType/keyType.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. | |
Typedefs | |
typedef Ostream &(* | OstreamManip )(Ostream &) |
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' |