34 virtual Stop*
clone(
const std::string& name);
46 Stop(
const std::string& name,
Stop* parent);
The base class for all OPAL actions.
virtual void execute()
Execute the command.
void operator=(const Stop &)
virtual Stop * clone(const std::string &name)
Make clone.
Stop()
Exemplar constructor.