51 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
65 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
69 #endif // STEPCOMMAND_H
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
A Command which sets the RunState to SingleStepping.
static void RunUnitTests(int &nSucceeded, int &nFailures)
StepCommand()
Constructs a StepCommand.
virtual bool MayBeReexecutedWithoutArgs() const
Returns whether the command can be quickly re-executed using an empty command line.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
A Command is a named function, executed by the CommandInterpreter.
virtual string GetLongDescription() const
Returns a long description/help message for the command.