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