43 static const std::string type(
"string");
Representation objects and parsers for attribute expressions.
std::string parseStringValue(Statement &, const char msg[])
A collection of routines to construct object Attributes and retrieve.
A representation of an Object attribute.
void set(AttributeBase *newBase)
Define new value.
Abstract base class for attribute parsers.
virtual const std::string & getType() const
Return attribute type string `‘string’'.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Object attribute with a constant scalar value.
Interface for statements.