Qore Programming Language Reference Manual
0.9.4.5
QC_ObjectIterator.dox.h
1
namespace
Qore
{
4
37
class
ObjectIterator
:
public
HashIterator
{
38
39
public
:
41
48
constructor
(
object
o);
49
50
public
:
52
58
constructor
();
59
60
public
:
62
67
copy
();
68
};
69
}
Qore::HashIterator
This class an iterator class for hashes.
Definition:
QC_HashIterator.dox.h:28
Qore::ObjectIterator::constructor
constructor(object o)
Creates the object iterator object.
Qore::ObjectIterator::constructor
constructor()
Creates an empty object iterator object.
Qore::ObjectIterator::copy
copy()
Creates a copy of the ObjectIterator object, iterating the same object as the original and in the sam...
Qore::ObjectIterator
This class a basic iterator class for objects.
Definition:
QC_ObjectIterator.dox.h:37
Qore
main Qore-language namespace
Definition:
Pseudo_QC_All.dox.h:3