#include <RunCommand.h>
Inheritance diagram for PLearn::RunCommand:


Public Member Functions | |
| RunCommand () | |
| virtual void | run (const vector< string > &args) |
| The actual implementation of the 'RunCommand' command. | |
Static Protected Attributes | |
| PLearnCommandRegistry | reg_ |
| This allows to register the 'RunCommand' command in the command registry. | |
|
|
Definition at line 53 of file RunCommand.h. |
|
|
The actual implementation of the 'RunCommand' command.
Implements PLearn::PLearnCommand. Definition at line 55 of file RunCommand.cc. References PLearn::file_exists(), PLERROR, PLearn::readFileAndMacroProcess(), PLearn::readObject(), PLearn::PStream::skipBlanksAndCommentsAndSeparators(), and PLearn::split_on_first(). Referenced by PLearn::AutoRunCommand::run(), and RunCommand(). |
|
|
This allows to register the 'RunCommand' command in the command registry.
|
1.3.7