Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_HashKeyIterator.dox.h
1
2namespace Qore {
4
33
34public:
36
43 constructor(hash<auto> h);
44
45public:
47
54
55public:
57
63
64public:
66
80string getValue();
81};
82}
This class an iterator class for hashes.
Definition: QC_HashIterator.dox.h:28
This class an iterator class for hashes.
Definition: QC_HashKeyIterator.dox.h:32
constructor()
Creates an empty hash iterator object.
copy()
Creates a copy of the HashKeyIterator object, iterating the same object as the original and in the sa...
string getValue()
returns the current key value or throws an INVALID-ITERATOR exception if the iterator is invalid
constructor(hash< auto > h)
Creates the hash iterator object.
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2