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