Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_ObjectKeyReverseIterator.dox.h
1
2namespace Qore {
4
43
44public:
46
53 constructor(object o);
54
55public:
57
64
65public:
67
73
74public:
76
91string getValue();
92};
93}
This class an iterator class for objects.
Definition: QC_ObjectKeyReverseIterator.dox.h:42
string getValue()
returns the current key value or throws an INVALID-ITERATOR exception if the iterator is invalid
copy()
Creates a copy of the ObjectKeyReverseIterator object, iterating the same object as the original and ...
constructor()
Creates an empty iterator object.
constructor(object o)
Creates the object iterator object.
This class an iterator class for objects.
Definition: QC_ObjectReverseIterator.dox.h:42
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2