PLearn 0.1
|
#include "NaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::VarArrayElementVariable |
Variable that is the element of the input1 VarArray indexed by the input2 variable. More... | |
class | PLearn::DiffTemplate< ObjectType, VarArrayElementVariable > |
class | PLearn::TypeTraits< VarArrayElementVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const VarArrayElementVariable &o) |
PStream & | PLearn::operator>> (PStream &in, VarArrayElementVariable &o) |
PStream & | PLearn::operator>> (PStream &in, VarArrayElementVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const VarArrayElementVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< VarArrayElementVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, VarArrayElementVariable > *opt, PLearnDiff *diffs) |