FreeFOAM The Cross-Platform CFD Toolkit
IOstream.H File Reference

Detailed Description

Definition in file IOstream.H.

+ Include dependency graph for IOstream.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IOstream
 An IOstream is an abstract base class for all input/output systems; be they streams, files, token lists etc. More...
class  IOstream::versionNumber
 Version number type. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define ios_base   ios

Typedefs

typedef IOstream &(* IOstreamManip )(IOstream &)

Functions

Ostream & operator<< (Ostream &os, const IOstream::streamFormat &sf)
Ostream & operator<< (Ostream &os, const IOstream::versionNumber &vn)
IOstream & operator<< (IOstream &io, IOstreamManip f)
 operator<< handling for manipulators without arguments
IOstream & dec (IOstream &io)
IOstream & hex (IOstream &io)
IOstream & oct (IOstream &io)
IOstream & fixed (IOstream &io)
IOstream & scientific (IOstream &io)

Macro Definition Documentation

#define ios_base   ios

Definition at line 56 of file IOstream.H.