39 Istream(format, version, compression),
42 buf_(bufInitialCapacity)
51 setState(is_.rdstate());
ISstream(istream &is, const string &name, streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED)
Construct as wrapper around istream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const dimensionedScalar c
Speed of light in a vacuum.
void setBad()
Set stream to be bad.
int peek()
Low-level peek function.
streamFormat
Enumeration for the format of data in the stream.
ISstream & get(char &)
Low-level get character function.
compressionType
Enumeration for the format of data in the stream.
ISstream & putback(const char &)
Low-level putback character function.
void setState(ios_base::iostate state)
Set stream state.