32 "The \"VALUE\" statement prints a list of expressions and "
35 (
"VALUE",
"The values to be evaluated");
59 std::vector<double>::const_iterator i = array.begin();
61 while (i != array.end()) {
63 if (i == array.end())
break;
Inform & endl(Inform &inf)
Attribute makeRealArray(const std::string &name, const std::string &help)
Create real array attribute.
std::vector< double > getRealArray(const Attribute &attr)
Get array value.
The base class for all OPAL actions.
virtual void parseShortcut(Statement &, bool eval=true)
Parser for single-attribute commands.
void registerOwnership(const AttributeHandler::OwnerType &itsClass) const
std::vector< Attribute > itsAttr
The object attributes.
virtual void parse(Statement &)
Parse command (special for one-attribute command).
virtual void execute()
Execute the command.
Value()
Exemplar constructor.
virtual Value * clone(const std::string &name)
Make clone.
Interface for statements.