Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_ObjectPairReverseIterator.dox.h
1
2namespace Qore {
4
43
44public:
46
53 constructor(object o);
54
55public:
57
64
65public:
67
73
74public:
76
92hash<auto> getValue();
93};
94}
This class an iterator class for objects.
Definition: QC_ObjectPairReverseIterator.dox.h:42
constructor(object o)
Creates the object iterator object.
copy()
Creates a copy of the ObjectPairReverseIterator object, iterating the same object as the original and...
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 iterator object.
This class an iterator class for objects.
Definition: QC_ObjectReverseIterator.dox.h:42
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2