Not yet documented. More...
#include <ClassIterator.h>
Public Member Functions | |
Bool | next (Oid &) |
Go to the next element in the iteration. | |
Bool | next (ObjectPtr &, const RecMode *=RecMode::NoRecurs) |
Go to the next element in the iteration, specifying the recursion mode. | |
Bool | next (Object *&, const RecMode *=RecMode::NoRecurs) |
Go to the next element in the iteration, specifying the recursion mode. | |
Bool | next (Value &) |
Go to the next element in the iteration. |
Not yet documented.
Definition at line 33 of file ClassIterator.h.
Bool eyedb::ClassIterator::next | ( | Value & | v | ) | [virtual] |
Go to the next element in the iteration.
v | a reference to a Value that is used to return the next object |
Implements eyedb::AbstractIterator.
Definition at line 83 of file ClassIterator.cc.
Bool eyedb::ClassIterator::next | ( | Object *& | obj, | |
const RecMode * | recmode = RecMode::NoRecurs | |||
) | [virtual] |
Go to the next element in the iteration, specifying the recursion mode.
obj | a reference to a pointer to an Object that is used to return the next object | |
recmode | the recursion mode |
Implements eyedb::AbstractIterator.
Definition at line 71 of file ClassIterator.cc.
Bool eyedb::ClassIterator::next | ( | ObjectPtr & | obj, | |
const RecMode * | recmode = RecMode::NoRecurs | |||
) | [virtual] |
Go to the next element in the iteration, specifying the recursion mode.
obj | a reference to a pointer to an Object that is used to return the next object | |
recmode | the recursion mode |
Implements eyedb::AbstractIterator.
Definition at line 63 of file ClassIterator.cc.
Bool eyedb::ClassIterator::next | ( | Oid & | oid | ) | [virtual] |
Go to the next element in the iteration.
oid | a reference to an object id that is used to return the next object |
Implements eyedb::AbstractIterator.
Definition at line 52 of file ClassIterator.cc.