PLearn 0.1
|
#include "Dictionary.h"
Go to the source code of this file.
Classes | |
class | PLearn::VecDictionary |
class | PLearn::DiffTemplate< ObjectType, VecDictionary > |
class | PLearn::TypeTraits< VecDictionary > |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | NO_UPDATE 0 |
#define | UPDATE 1 |
#define | DEFAULT_UPDATE 0 |
Functions | |
Object * | PLearn::toObjectPtr (const VecDictionary &o) |
PStream & | PLearn::operator>> (PStream &in, VecDictionary &o) |
PStream & | PLearn::operator>> (PStream &in, VecDictionary *&o) |
PStream & | PLearn::operator<< (PStream &out, const VecDictionary &o) |
PStream & | PLearn::operator>> (PStream &in, PP< VecDictionary > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, VecDictionary > *opt, PLearnDiff *diffs) |
Definition in file VecDictionary.h.
#define DEFAULT_UPDATE 0 |
Definition at line 51 of file VecDictionary.h.
#define NO_UPDATE 0 |
Definition at line 48 of file VecDictionary.h.
#define UPDATE 1 |
Definition at line 49 of file VecDictionary.h.