Loading...
Searching...
No Matches
Istream.H File Reference
Include dependency graph for Istream.H:
This graph shows which files directly or indirectly include this file:

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.
namespace  Foam::Detail
 Implementation details for various OpenFOAM classes.

Typedefs

typedef Istream &(* IstreamManip) (Istream &)
 An Istream manipulator.

Functions

Istreamoperator>> (Istream &is, IstreamManip f)
 operator>> handling for manipulators without arguments
Istreamoperator>> (Istream &is, IOstreamManip f)
 operator>> handling for manipulators without arguments
template<class T>
void readContiguous (Istream &is, char *data, std::streamsize byteCount)
 Read binary block of contiguous data, possibly with conversion.
template<>
void readContiguous< pointConstraint > (Istream &is, char *data, std::streamsize byteCount)
 Read binary block of pointConstraint data (possibly with conversion).

Detailed Description

Original source file Istream.H

Definition in file Istream.H.