1#ifndef OPALX_MacroStream_HH
2#define OPALX_MacroStream_HH
An input buffer for macro commands.
void append(Token &)
Append a token to the stream.
MacroStream(const MacroStream &)
void operator=(const MacroStream &)
void start()
Reset stream to start.
std::list< Token > TokenList
virtual Token readToken()
Read a token from the stream.
Abstract interface for a stream of input tokens.
Representation of a single input token.