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