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