1 #ifndef OPAL_RealArray_HH
2 #define OPAL_RealArray_HH
43 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 real array.
void operator=(const RealArray &)
virtual const std::string & getType() const
Return attribute type string `‘real array’'.
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component of the array.
RealArray(const RealArray &)
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.