55 virtual std::vector<std::string>
script()
const;
ScriptInterpreter * interpreter_
Interpreter executing the commands.
DataObject result_
Result of execution.
virtual std::vector< std::string > script() const
std::vector< std::string > scriptLines_
Contains script.
virtual DataObject execute()
bool executeCalled_
Flag indicating whether script has been executed or not.