34 virtual Echo*
clone(
const std::string& name);
49 Echo(
const std::string& name,
Echo* parent);
Action(int size, const char *name, const char *help)
Constructor for exemplars.
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.