28 "The \"ECHO\" statement sends a message to the ECHO file.") {
45 return new Echo(name,
this);
std::string getString(const Attribute &attr)
Get string value.
virtual Echo * clone(const std::string &name)
Make clone.
virtual void parse(Statement &)
Parse command (special for one-attribute command).
Inform & endl(Inform &inf)
Echo()
Exemplar constructor.
void registerOwnership(const AttributeHandler::OwnerType &itsClass) const
virtual void parseShortcut(Statement &, bool eval=true)
Parser for single-attribute commands.
Attribute makeString(const std::string &name, const std::string &help)
Make string attribute.
Interface for statements.
std::vector< Attribute > itsAttr
The object attributes.
virtual void execute()
Execute the command.
The base class for all OPAL actions.