19 #ifndef OPAL_UpperCaseString_HH
20 #define OPAL_UpperCaseString_HH
26 namespace Attributes {
40 virtual const std::string &
getType()
const;
Abstract base class for attribute parsers.
void operator=(const UpperCaseString &)
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.
virtual const std::string & getType() const
Return attribute type string ``string''.
virtual ~UpperCaseString()
Parser for an attribute of type string.
A representation of an Object attribute.