IOstreams.H File Reference

Useful combination of include files which define Sin, Sout and Serr and the use of IO streams generally. More...

Include dependency graph for IOstreams.H:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Variables

ISstream Sin
 ISstream wrapped stdin (std::cin) More...
 
OSstream Sout
 OSstream wrapped stdout (std::cout) More...
 
OSstream Serr
 OSstream wrapped stderr (std::cerr) More...
 
prefixOSstream Pout
 OSstream wrapped stdout (std::cout) with parallel prefix. More...
 
prefixOSstream Perr
 OSstream wrapped stderr (std::cerr) with parallel prefix. More...
 

Detailed Description

Useful combination of include files which define Sin, Sout and Serr and the use of IO streams generally.

Original source file IOstreams.H

InClass Foam::IOstream

Definition in file IOstreams.H.