Classes | Namespaces | Typedefs | Functions | Variables
Ostream.H File Reference
Include dependency graph for Ostream.H:
This graph shows which files directly or indirectly include this file:

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 &)
 

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...
 

Variables

static const char tab = '\t'
 
static const char nl = '\n'
 

Detailed Description

Original source file Ostream.H

Definition in file Ostream.H.