27 using namespace Expressions;
30 namespace Attributes {
32 UpperCaseString::UpperCaseString(
const std::string &
name,
const std::string &help):
42 static const std::string
type(
"string");
Abstract base class for attribute parsers.
void setUpperCaseString(Attribute &attr, const std::string &val)
Set uppercase string value.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.
virtual const std::string & getType() const
Return attribute type string ``string''.
std::string parseStringValue(Statement &, const char msg[])
virtual ~UpperCaseString()
A representation of an Object attribute.