1 #ifndef OPAL_TokenListArray_HH
2 #define OPAL_TokenListArray_HH
30 namespace Attributes {
45 virtual const std::string &
getType()
const;
64 #endif // OPAL_TokenListArray_HH
Abstract base class for attribute parsers.
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component.
void operator=(const TokenListArray &)
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
virtual ~TokenListArray()
Interface for statements.
virtual const std::string & getType() const
Return attribute type string ``token list array''.
Parser for an attribute of type token list array.
A representation of an Object attribute.