#include <ReadAndWriteCommand.h>
Inheritance diagram for PLearn::ReadAndWriteCommand:
Public Member Functions | |
ReadAndWriteCommand () | |
virtual void | run (const vector< string > &args) |
The actual implementation of the 'ReadAndWriteCommand' command. | |
Static Protected Attributes | |
PLearnCommandRegistry | reg_ |
This allows to register the 'ReadAndWriteCommand' command in the command registry. |
|
Definition at line 52 of file ReadAndWriteCommand.cc. |
|
The actual implementation of the 'ReadAndWriteCommand' command.
Implements PLearn::PLearnCommand. Definition at line 65 of file ReadAndWriteCommand.cc. References PLearn::extract_extension(), PLearn::load(), PLERROR, PLearn::readFileAndMacroProcess(), and PLearn::readObject(). |
|
This allows to register the 'ReadAndWriteCommand' command in the command registry.
|