44 static const std::string
type(
"reference");
Representation objects and parsers for attribute expressions.
SRefAttr< double > * parseReference(Statement &)
Parse variable reference.
A collection of routines to construct object Attributes and retrieve.
boost::function< boost::tuple< double, bool >(arguments_t)> type
A representation of an Object attribute.
void set(AttributeBase *newBase)
Define new value.
Abstract base class for attribute parsers.
An attribute defined as a reference to a scalar.
Reference(const std::string &name, const std::string &help)
Constructor.
virtual const std::string & getType() const
Return attribute type string `‘reference’'.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.
Object attribute with a constant scalar value.