An IOstream is an abstract base class for all input/output systems; be they streams,...
static const versionNumber currentVersion
Current version number.
streamFormat format() const
Return current stream format.
streamFormat
Enumeration for the format of data in the stream.
versionNumber version() const
Return the stream version.
compressionType compression() const
Return the stream compression.
compressionType
Enumeration for the format of data in the stream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Istream & readEnd(const char *funcName)
Istream & readBegin(const char *funcName)
virtual Istream & rewind()=0
Rewind and return the stream so that it may be read again.
virtual ~Istream()
Destructor.
Istream & operator()() const
Return a non-const reference to const Istream.
char readEndList(const char *funcName)
bool peekBack(token &)
Peek at the put back token without removing it.
virtual Istream & read(token &)=0
Return next token from stream.
Istream(streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED)
Set stream status.
char readBeginList(const char *funcName)
void putBack(const token &)
Put back token.
Istream & readEndBegin(const char *funcName)
bool getBack(token &)
Get the put back token if there is one and return true.
A token holds items read from Istream.
A class for handling words, derived from string.
double doubleScalar
Double precision floating point scalar type.
IOstream &(* IOstreamManip)(IOstream &)
Istream & operator>>(Istream &, pistonPointEdgeData &)
float floatScalar
Float precision floating point scalar type.
Istream &(* IstreamManip)(Istream &)
long double longDoubleScalar
Lang double precision floating point scalar type.