1 #ifndef OPAL_StringArray_HH
2 #define OPAL_StringArray_HH
29 namespace Attributes {
43 virtual const std::string &
getType()
const;
62 #endif // OPAL_StringArray_HH
Abstract base class for attribute parsers.
Parser for an attribute of type string array.
Interface for statements.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
virtual const std::string & getType() const
Return attribute type string ``string array''.
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component of the array.
void operator=(const StringArray &)
A representation of an Object attribute.