PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::Var |
class | PLearn::Variable |
class | PLearn::DiffTemplate< ObjectType, Variable > |
class | PLearn::TypeTraits< Variable > |
class | PLearn::TypeTraits< Var > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const Variable &o) |
PStream & | PLearn::operator>> (PStream &in, Variable &o) |
PStream & | PLearn::operator>> (PStream &in, Variable *&o) |
PStream & | PLearn::operator<< (PStream &out, const Variable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< Variable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Variable > *opt, PLearnDiff *diffs) |
PStream & | PLearn::operator>> (PStream &in, Var &o) |
PStream & | PLearn::operator<< (PStream &out, const Var &o) |
void | PLearn::varDeepCopyField (Var &field, CopiesMap &copies) |
To use varDeepCopyField. |