Qore Programming Language Reference Manual  1.12.2
QC_ObjectPairIterator.dox.h
1 namespace Qore {
4 
38 
39 public:
41 
48  constructor(object o);
49 
50 public:
52 
59 
60 public:
62 
67  copy();
68 
69 public:
71 
86 hash<auto> getValue();
87 };
88 }
This class a basic iterator class for objects.
Definition: QC_ObjectIterator.dox.h:37
This class an iterator class for objects.
Definition: QC_ObjectPairIterator.dox.h:37
hash< auto > getValue()
returns a hash with the current key and value (a hash with 2 keys: "key" and "value") or throws an IN...
constructor()
Creates an empty object iterator object.
constructor(object o)
Creates the object iterator object.
copy()
Creates a copy of the ObjectPairIterator object, iterating the same object as the original and in the...
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3