34 virtual Echo*
clone(
const std::string& name);
49 Echo(
const std::string& name,
Echo* parent);
The base class for all OPAL actions.
void operator=(const Echo &)
virtual void execute()
Execute the command.
virtual Echo * clone(const std::string &name)
Make clone.
Echo()
Exemplar constructor.
virtual void parse(Statement &)
Parse command (special for one-attribute command).
Interface for statements.