1#ifndef OPAL_TokenList_HH
2#define OPAL_TokenList_HH
40 TokenList(
const std::string& name,
const std::string& help);
45 virtual const std::string&
getType()
const;
Abstract base class for attribute parsers.
A representation of an Object attribute.
Parser for an attribute of type token list.
TokenList(const TokenList &)
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.
A collection of routines to construct object Attributes and retrieve.