1#ifndef OPAL_StringArray_HH
2#define OPAL_StringArray_HH
35 StringArray(
const std::string& name,
const std::string& help);
40 virtual const std::string&
getType()
const;
Abstract base class for attribute parsers.
A representation of an Object attribute.
Parser for an attribute of type string array.
virtual const std::string & getType() const
Return attribute type string `‘string array’'.
StringArray(const StringArray &)
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component of the array.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
void operator=(const StringArray &)
Interface for statements.
A collection of routines to construct object Attributes and retrieve.