1 #ifndef CLASSIC_StringStream_HH
2 #define CLASSIC_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 &)
Representation of a single input token.
Abstract interface for a stream of input tokens.