Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_ObjectIterator.dox.h
1
2namespace Qore {
4
38
39public:
41
48 constructor(object o);
49
50public:
52
59
60public:
62
68};
69}
This class an iterator class for hashes.
Definition: QC_HashIterator.dox.h:28
This class a basic iterator class for objects.
Definition: QC_ObjectIterator.dox.h:37
constructor()
Creates an empty object iterator object.
constructor(object o)
Creates the object iterator object.
copy()
Creates a copy of the ObjectIterator object, iterating the same object as the original and in the sam...
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2