|
PLearn 0.1
|
#include "NaryVariable.h"

Go to the source code of this file.
Classes | |
| class | PLearn::IfThenElseVariable |
| Variable that represents the element-wise IF-THEN-ELSE: More... | |
| class | PLearn::DiffTemplate< ObjectType, IfThenElseVariable > |
| class | PLearn::TypeTraits< IfThenElseVariable > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const IfThenElseVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, IfThenElseVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, IfThenElseVariable *&o) |
| PStream & | PLearn::operator<< (PStream &out, const IfThenElseVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< IfThenElseVariable > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, IfThenElseVariable > *opt, PLearnDiff *diffs) |
| Var | PLearn::ifThenElse (Var If, Var Then, Var Else) |
| IT WOULD BE NICE IF WE COULD REDEFINE (:?) | |
1.7.4