1#ifndef OPALX_StringStream_HH
2#define OPALX_StringStream_HH
A stream of input tokens.
std::string::size_type currentChar_m
StringStream(const StringStream &)
virtual Token readToken()
Read single token from file.
void operator=(const StringStream &)
Abstract interface for a stream of input tokens.
Representation of a single input token.