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