Definition in file Istream.H.
#include "src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H"#include "src/OpenFOAM/db/IOstreams/token/token.H"
Include dependency graph for Istream.H:Go to the source code of this file.
Classes | |
| class | Istream |
| An Istream is an abstract base class for all input systems (streams, files, token lists etc). The basic operations are construct, close, read token, read primitive and read binary block. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Typedefs | |
| typedef Istream &(* | IstreamManip )(Istream &) |
Functions | |
| Istream & | operator>> (Istream &is, IstreamManip f) |
| operator>> handling for manipulators without arguments
| |
| Istream & | operator>> (Istream &is, IOstreamManip f) |
| operator>> handling for manipulators without arguments
| |