 |
Qore Programming Language Reference Manual
0.9.4.6
|
bool first()
returns True if on the last element of the object
bool last()
returns True if on the first element of the object
bool prev()
Moves the current position to the next element in the object; returns False if there are no more elem...
constructor(object o)
Creates the object iterator object.
copy()
Creates a copy of the ObjectReverseIterator object, iterating the same object as the original and in ...
This class an iterator class for objects.
Definition: QC_ObjectReverseIterator.dox.h:42
This class a basic iterator class for objects.
Definition: QC_ObjectIterator.dox.h:37
constructor()
Creates an empty iterator object.
bool next()
Moves the current position to the previous element in the object; returns False if there are no more ...
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3