ContinueCommand.h Source File
Back to the index.
Go to the documentation of this file. 1 #ifndef CONTINUECOMMAND_H
2 #define CONTINUECOMMAND_H
52 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
61 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
65 #endif // CONTINUECOMMAND_H
ContinueCommand()
Constructs a ContinueCommand.
virtual ~ContinueCommand()
A Command is a named function, executed by the CommandInterpreter.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
static void RunUnitTests(int &nSucceeded, int &nFailures)
virtual string GetLongDescription() const
Returns a long description/help message for the command.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
A Command which continues execution, by changing the current RunState to Running.
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17