Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
| namespace | Foam::Detail |
| | Implementation details for various OpenFOAM classes.
|
|
| template<> |
| Ostream & | operator<< (Ostream &, const InfoProxy< IOstream > &) |
| 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) |
| template<class IS, class Type, class... Args> |
| void | inputLoop (IS &is, Type &arg1, Args &&... args) |
| | Input looping. Read into first parameter and recurse.
|
| template<class OS, class Type, class... Args> |
| void | outputLoop (OS &os, const Type &arg1, Args &&... args) |
| | Output looping. Write first parameter and recurse.
|
Original source file IOstream.H
Definition in file IOstream.H.
◆ Foam_IOstream_extras
| #define Foam_IOstream_extras |