25 using namespace Expressions;
31 namespace Attributes {
33 String::String(
const std::string &
name,
const std::string &help):
43 static const std::string
type(
"string");
virtual const std::string & getType() const
Return attribute type string ``string''.
Abstract base class for attribute parsers.
void set(AttributeBase *newBase)
Define new value.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Object attribute with a constant scalar value.
Interface for statements.
std::string parseStringValue(Statement &, const char msg[])
A representation of an Object attribute.