#include <AutoRunCommand.h>
Inheritance diagram for PLearn::AutoRunCommand:
Public Member Functions | |
AutoRunCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'AutoRunCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'AutoRunCommand' command in the command registry. |
|
Definition at line 53 of file AutoRunCommand.h. References run(). |
|
The actual implementation of the 'AutoRunCommand' command.
Implements PLearn::PLearnCommand. Definition at line 60 of file AutoRunCommand.cc. References PLearn::endl(), k, PLearn::mtime(), PLearn::RunCommand::run(), and PLearn::times(). Referenced by AutoRunCommand(). |
|
This allows to register the 'AutoRunCommand' command in the command registry.
|