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