#include <HelpCommand.h>
Inheritance diagram for PLearn::HelpCommand:
Public Member Functions | |
HelpCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'HelpCommand' command. | |
Protected Member Functions | |
void | helpOverview () |
void | helpAboutScript (const string &fname) |
void | helpScripts () |
void | helpCommands () |
void | helpDatasets () |
void | helpObject (const string &objectname="") |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'HelpCommand' command in the command registry. |
|
Definition at line 61 of file HelpCommand.h. |
|
Definition at line 116 of file HelpCommand.cc. References PLearn::endl(), PLearn::file_exists(), fname, and PLERROR. Referenced by run(). |
|
Definition at line 97 of file HelpCommand.cc. References PLearn::endl(), and PLearn::prgname(). Referenced by run(). |
|
Definition at line 111 of file HelpCommand.cc. References PLearn::endl(), and PLearn::getDataSetHelp(). Referenced by run(). |
|
|
|
Definition at line 51 of file HelpCommand.cc. References PLearn::endl(), and PLearn::prgname(). Referenced by run(). |
|
Definition at line 64 of file HelpCommand.cc. References PLearn::endl(), and PLearn::prgname(). Referenced by run(). |
|
The actual implementation of the 'HelpCommand' command.
Implements PLearn::PLearnCommand. Definition at line 126 of file HelpCommand.cc. References PLearn::displayObjectHelp(), PLearn::extract_extension(), helpAboutScript(), helpCommands(), helpDatasets(), helpOverview(), and helpScripts(). |
|
This allows to register the 'HelpCommand' command in the command registry.
|