71 label putBackLineNumber_;
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.
bool global() const
Return global state.
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.
bool good() const
Return true if next operation might succeed.
bool eof() const
Return true if end of input seen.
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)
Istream(const streamFormat format=ASCII, const versionNumber version=currentVersion, const compressionType compression=UNCOMPRESSED, const bool global=false)
Set stream status.
virtual Istream & read(token &)=0
Return next token from stream.
bool peekBack()
Peek at the put back token and return true if available.
bool good() const
Return true if next operation might succeed.
char readBeginList(const char *funcName)
void putBack(const token &)
Put back token.
bool eof() const
Return true if end of input seen.
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.
Istream & operator>>(Istream &, pointEdgeDist &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
double doubleScalar
Double precision floating point scalar type.
IOstream &(* IOstreamManip)(IOstream &)
float floatScalar
Float precision floating point scalar type.
Istream &(* IstreamManip)(Istream &)
long double longDoubleScalar
Lang double precision floating point scalar type.