PLearn 0.1
Classes | Namespaces | Defines | Functions
PyPLearnScript.h File Reference
#include <plearn/base/Object.h>
#include <plearn/io/PPath.h>
#include <plearn/io/openString.h>
#include <vector>
Include dependency graph for PyPLearnScript.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition in file PyPLearnScript.h.


Define Documentation

#define PYPLEARN_DRIVER_PATH   "pyplearn_driver.py"

Definition at line 66 of file PyPLearnScript.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines