19#ifndef OPAL_UpperCaseStringArray_HH
20#define OPAL_UpperCaseStringArray_HH
41 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.
virtual const std::string & getType() const
Return attribute type string ``string array''.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
virtual ~UpperCaseStringArray()
UpperCaseStringArray(const std::string &name, const std::string &help)
Constructor.
void operator=(const UpperCaseStringArray &)
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component of the array.
UpperCaseStringArray(const UpperCaseStringArray &)
Interface for statements.