PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::RealRange |
represents a real range: i.e. one of ]low,high[ ; [low,high[; [low,high]; ]low,high] More... | |
class | PLearn::RealMapping |
Mapping between ranges and values. More... | |
class | PLearn::DiffTemplate< ObjectType, RealMapping > |
class | PLearn::TypeTraits< RealMapping > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::write (ostream &out, const RealRange &range) |
ostream & | PLearn::operator<< (ostream &out, const RealRange &range) |
void | PLearn::read (PStream &in, RealRange &range) |
PStream & | PLearn::operator<< (PStream &out, const RealRange &x) |
PStream & | PLearn::operator>> (PStream &in, RealRange &x) |
Object * | PLearn::toObjectPtr (const RealMapping &o) |
PStream & | PLearn::operator>> (PStream &in, RealMapping &o) |
PStream & | PLearn::operator>> (PStream &in, RealMapping *&o) |
PStream & | PLearn::operator<< (PStream &out, const RealMapping &o) |
PStream & | PLearn::operator>> (PStream &in, PP< RealMapping > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RealMapping > *opt, PLearnDiff *diffs) |