|
PLearn 0.1
|
#include <plearn/var/SourceVariable.h>

Go to the source code of this file.
Classes | |
| class | PLearn::ConstrainedSourceVariable |
| SourceVariable that after each update, modifies values as needed to satisfy simple constraints. More... | |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const ConstrainedSourceVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, ConstrainedSourceVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, ConstrainedSourceVariable *&o) |
| PStream & | PLearn::operator<< (PStream &out, const ConstrainedSourceVariable &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< ConstrainedSourceVariable > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ConstrainedSourceVariable > *opt, PLearnDiff *diffs) |
| PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (ConstrainedSourceVariable) template<> class TypeTraits< ConstrainedSourceVariable > | |
Definition in file ConstrainedSourceVariable.h.
1.7.4