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