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

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Variables | |
| ISstream | Sin |
| ISstream wrapped stdin (std::cin). | |
| OSstream | Sout |
| OSstream wrapped stdout (std::cout). | |
| OSstream | Serr |
| OSstream wrapped stderr (std::cerr). | |
| prefixOSstream | Pout |
| OSstream wrapped stdout (std::cout) with parallel prefix. | |
| prefixOSstream | Perr |
| OSstream wrapped stderr (std::cerr) with parallel prefix. | |
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.