FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

Ostream.H File Reference


Detailed Description

Definition in file Ostream.H.

#include "src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H"
#include "src/OpenFOAM/primitives/strings/keyType/keyType.H"
Include dependency graph for 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.


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'