#include <PLearnCommand.h>
Inheritance diagram for PLearn::PLearnCommand:
Public Member Functions | |
PLearnCommand (const string &name_, const string &description_, const string &helpmsg_) | |
virtual void | run (const vector< string > &args)=0 |
virtual | ~PLearnCommand () |
Public Attributes | |
string | name |
string | description |
string | helpmsg |
Definition at line 55 of file PLearnCommand.h.
|
Definition at line 62 of file PLearnCommand.h. References description, helpmsg, and name. |
|
Definition at line 68 of file PLearnCommand.h. |
|
|
Definition at line 59 of file PLearnCommand.h. Referenced by PLearnCommand(). |
|
Definition at line 60 of file PLearnCommand.h. Referenced by PLearnCommand(). |
|
Definition at line 58 of file PLearnCommand.h. Referenced by PLearn::PLearnCommandRegistry::do_register(), and PLearnCommand(). |