42 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.
void setUpperCaseString(Attribute &attr, const std::string &val)
Set uppercase string value.
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''.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
virtual ~UpperCaseString()
Interface for statements.