Qore Programming Language Reference Manual  0.8.9
 All Classes Namespaces Functions Variables Groups Pages
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 };
This class an iterator class for hashes.
Definition: QC_HashIterator.dox.h:28
constructor()
Creates an empty object iterator object.
copy()
Creates a copy of the ObjectIterator object, iterating the same object as the original and in the sam...
This class a basic iterator class for objects.
Definition: QC_ObjectIterator.dox.h:37