PLearn 0.1
|
Go to the source code of this file.
Classes | |
struct | PLearn::GroupInfo |
Each row contains a certain amount of field groups. More... | |
class | PLearn::CompactFileVMatrix |
A VMatrix that exists in a .pmat file (native PLearn matrix format, same as for Mat). More... | |
class | PLearn::DiffTemplate< ObjectType, CompactFileVMatrix > |
class | PLearn::TypeTraits< CompactFileVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | USE_NSPR_FILE |
#define | COMPACTFILEVMATRIX_HEADERLENGTH_MAX 1024 |
Functions | |
Object * | PLearn::toObjectPtr (const CompactFileVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, CompactFileVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, CompactFileVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const CompactFileVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< CompactFileVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, CompactFileVMatrix > *opt, PLearnDiff *diffs) |
Definition in file CompactFileVMatrix.h.
#define COMPACTFILEVMATRIX_HEADERLENGTH_MAX 1024 |
Definition at line 50 of file CompactFileVMatrix.h.
Referenced by PLearn::CompactFileVMatrix::build_(), and PLearn::CompactFileVMatrix::getNewRow().
#define USE_NSPR_FILE |
Definition at line 47 of file CompactFileVMatrix.h.