PLearn 0.1
Classes | Namespaces | Functions
BinaryNumbersVMatrix.h File Reference
#include <plearn/vmat/RowBufferedVMatrix.h>
#include <plearn/io/fileutils.h>
#include <plearn/io/pl_NSPR_io.h>
Include dependency graph for BinaryNumbersVMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::BinaryNumbersVMatrix
 VMatrix that can take its values from a possibly large file (greater than 2Gig) containing numbers in a user-given binary format, preceded by an arbitrary header whose length is user-given. More...
class  PLearn::DiffTemplate< ObjectType, BinaryNumbersVMatrix >
class  PLearn::TypeTraits< BinaryNumbersVMatrix >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const BinaryNumbersVMatrix &o)
PStream & PLearn::operator>> (PStream &in, BinaryNumbersVMatrix &o)
PStream & PLearn::operator>> (PStream &in, BinaryNumbersVMatrix *&o)
PStream & PLearn::operator<< (PStream &out, const BinaryNumbersVMatrix &o)
PStream & PLearn::operator>> (PStream &in, PP< BinaryNumbersVMatrix > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, BinaryNumbersVMatrix > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file BinaryNumbersVMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines