1#ifndef OPAL_TokenListArray_HH
2#define OPAL_TokenListArray_HH
45 virtual const std::string &
getType()
const;
A collection of routines to construct object Attributes and retrieve.
A representation of an Object attribute.
AttributeHandler(const std::string &name, const std::string &help, AttributeBase *def)
Constructor.
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component.
TokenListArray(const std::string &name, const std::string &help)
Constructor.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
virtual ~TokenListArray()
TokenListArray(const TokenListArray &)
virtual const std::string & getType() const
Return attribute type string ``token list array''.
void operator=(const TokenListArray &)
Interface for statements.