PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn/io/PPath.h>
#include <plearn/io/openString.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | PLearn::PyPLearnScript |
class | PLearn::DiffTemplate< ObjectType, PyPLearnScript > |
class | PLearn::TypeTraits< PyPLearnScript > |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | PYPLEARN_DRIVER_PATH "pyplearn_driver.py" |
Functions | |
Object * | PLearn::toObjectPtr (const PyPLearnScript &o) |
PStream & | PLearn::operator>> (PStream &in, PyPLearnScript &o) |
PStream & | PLearn::operator>> (PStream &in, PyPLearnScript *&o) |
PStream & | PLearn::operator<< (PStream &out, const PyPLearnScript &o) |
PStream & | PLearn::operator>> (PStream &in, PP< PyPLearnScript > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PyPLearnScript > *opt, PLearnDiff *diffs) |
Object * | PLearn::smartLoadObject (PPath filepath, const vector< string > &args, time_t &return_date) |
Reads an object from the given filepath, performaing adequate preprocessing according to file extension. | |
Object * | PLearn::smartLoadObject (PPath filepath, const vector< string > &args) |
Same as smartLoadObject(PPath, vector<string>, time_t) but passing an empty return_date. | |
Object * | PLearn::smartLoadObject (PPath filepath, time_t &return_date) |
Same as smartLoadObject(PPath, vector<string>, time_t) but passing an empty vector<string> | |
Object * | PLearn::smartLoadObject (PPath filepath) |
Same as smartLoadObject(PPath, vector<string>, time_t) but passing an empty vector<string> and an empty return_date. |
Definition in file PyPLearnScript.h.
#define PYPLEARN_DRIVER_PATH "pyplearn_driver.py" |
Definition at line 66 of file PyPLearnScript.h.