|
PLearn 0.1
|
#include "BinaryVariable.h"

Go to the source code of this file.
Classes | |
| class | PLearn::EqualVariable |
| A scalar var; equal 1 if input1==input2, 0 otherwise. More... | |
| class | PLearn::DiffTemplate< ObjectType, EqualVariable > |
| class | PLearn::TypeTraits< EqualVariable > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const EqualVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, EqualVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, EqualVariable *&o) |
| PStream & | PLearn::operator<< (PStream &out, const EqualVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< EqualVariable > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, EqualVariable > *opt, PLearnDiff *diffs) |
| Var | PLearn::isequal (Var v1, Var v2) |
1.7.4