|
PLearn 0.1
|
#include <plearn/python/PythonCodeSnippet.h>#include <plearn/base/stringutils.h>#include <plearn/vmat/RowBufferedVMatrix.h>#include <plearn/dict/Dictionary.h>

Go to the source code of this file.
Classes | |
| class | PLearn::DictionaryVMatrix |
| VMat of text files, encoded with Dictionaries, The lines of the text files that are empty are ommited. More... | |
| class | PLearn::DiffTemplate< ObjectType, DictionaryVMatrix > |
| class | PLearn::TypeTraits< DictionaryVMatrix > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Defines | |
| #define | DIC_SPECIFICATION_SIZE 3 |
Functions | |
| Object * | PLearn::toObjectPtr (const DictionaryVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, DictionaryVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, DictionaryVMatrix *&o) |
| PStream & | PLearn::operator<< (PStream &out, const DictionaryVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< DictionaryVMatrix > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, DictionaryVMatrix > *opt, PLearnDiff *diffs) |
Definition in file DictionaryVMatrix.h.
| #define DIC_SPECIFICATION_SIZE 3 |
Definition at line 54 of file DictionaryVMatrix.h.
1.7.4