PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::NegateElementsVariable |
class | PLearn::DiffTemplate< ObjectType, NegateElementsVariable > |
class | PLearn::TypeTraits< NegateElementsVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const NegateElementsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, NegateElementsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, NegateElementsVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const NegateElementsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< NegateElementsVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NegateElementsVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::negateElements (Var v) |
Var | PLearn::operator- (Var v) |