1#ifndef OPAL_TokenList_HH
2#define OPAL_TokenList_HH
42 TokenList(
const std::string &name,
const std::string &help);
47 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.
TokenList(const TokenList &)
TokenList(const std::string &name, const std::string &help)
Constructor.
virtual const std::string & getType() const
Return attribute type string ``token list''.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
void operator=(const TokenList &)
Interface for statements.