34 #ifndef dummyIstream_H
35 #define dummyIstream_H
166 virtual ios_base::fmtflags
flags()
const
169 return ios_base::fmtflags(0);
173 virtual ios_base::fmtflags
flags(
const ios_base::fmtflags
f)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Dummy stream for input. Aborts at any attempt to read from it.
virtual Istream & rewind()
Rewind and return the stream so that it may be read again.
virtual Istream & read(token &)
Return next token from stream.
~dummyIstream()
Destructor.
dummyIstream()
Construct null.
virtual ios_base::fmtflags flags() const
Return flags of stream.
A token holds items read from Istream.
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
double doubleScalar
Double precision floating point scalar type.
float floatScalar
Float precision floating point scalar type.
long double longDoubleScalar
Lang double precision floating point scalar type.