28 namespace Attributes {
37 String(
const std::string &
name,
const std::string &help);
42 virtual const std::string &
getType()
const;
57 #endif // OPAL_String_HH
virtual const std::string & getType() const
Return attribute type string ``string''.
Abstract base class for attribute parsers.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.
void operator=(const String &)
Parser for an attribute of type string.
A representation of an Object attribute.