| 
    PLearn 0.1 
   | 
 
#include "ObjectGraphIteratorTest.h"#include <string>#include <iostream>#include <plearn/base/ObjectGraphIterator.h>#include <plearn/base/Object.h>#include <plearn/math/TVec.h>#include <plearn/io/openString.h>
Go to the source code of this file.
Classes | |
| struct | PLearn::X | 
| class | PLearn::DiffTemplate< ObjectType, X > | 
| class | PLearn::TypeTraits< X > | 
| class | PLearn::Y | 
| class | PLearn::DiffTemplate< ObjectType, Y > | 
| class | PLearn::TypeTraits< Y > | 
| class | PLearn::Z | 
| class | PLearn::DiffTemplate< ObjectType, Z > | 
| class | PLearn::TypeTraits< Z > | 
Namespaces | |
| namespace | PLearn | 
< for swap  | |
Functions | |
| Object * | PLearn::toObjectPtr (const X &o) | 
| PStream & | PLearn::operator>> (PStream &in, X &o) | 
| PStream & | PLearn::operator>> (PStream &in, X *&o) | 
| PStream & | PLearn::operator<< (PStream &out, const X &o) | 
| PStream & | PLearn::operator>> (PStream &in, PP< X > &o) | 
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, X > *opt, PLearnDiff *diffs) | 
| Object * | PLearn::toObjectPtr (const Y &o) | 
| PStream & | PLearn::operator>> (PStream &in, Y &o) | 
| PStream & | PLearn::operator>> (PStream &in, Y *&o) | 
| PStream & | PLearn::operator<< (PStream &out, const Y &o) | 
| PStream & | PLearn::operator>> (PStream &in, PP< Y > &o) | 
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Y > *opt, PLearnDiff *diffs) | 
| Object * | PLearn::toObjectPtr (const Z &o) | 
| PStream & | PLearn::operator>> (PStream &in, Z &o) | 
| PStream & | PLearn::operator>> (PStream &in, Z *&o) | 
| PStream & | PLearn::operator<< (PStream &out, const Z &o) | 
| PStream & | PLearn::operator>> (PStream &in, PP< Z > &o) | 
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Z > *opt, PLearnDiff *diffs) | 
| void | PLearn::iterate (ObjectGraphIterator grit, ObjectGraphIterator grend) | 
Variables | |
| const char * | PLearn::test_objects [] | 
| const int | PLearn::num_tests = sizeof(test_objects) / sizeof(test_objects[0]) | 
Definition in file ObjectGraphIteratorTest.cc.
 1.7.4