54 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
63 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
67 #endif // RESETCOMMAND_H
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
static void RunUnitTests(int &nSucceeded, int &nFailures)
A Command which resets the current emulation.
ResetCommand()
Constructs a ResetCommand.
A Command is a named function, executed by the CommandInterpreter.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.