34 #ifndef dummyISstream_H 35 #define dummyISstream_H 144 virtual ios_base::fmtflags
flags()
const 147 return ios_base::fmtflags(0);
151 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)...
A token holds items read from Istream.
A class for handling words, derived from string.
virtual Istream & rewind()
Rewind and return the stream so that it may be read again.
float floatScalar
Float precision floating point scalar type.
double doubleScalar
Double precision floating point scalar type.
virtual ~dummyISstream()
Destructor.
long double longDoubleScalar
Lang double precision floating point scalar type.
dummyISstream()
Construct null.
Input from memory buffer stream.
virtual Istream & read(token &)
Return next token from stream.
virtual ios_base::fmtflags flags() const
Return flags of stream.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
Dummy stream for input. Aborts at any attempt to read from it.
A class for handling character strings derived from std::string.