Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
QC_HashPairReverseIterator.dox.h
1
2namespace Qore {
4
38
39public:
41
49
50public:
52
59
60public:
62
68
69public:
71
87};
88}
This class an iterator class for hashes.
Definition QC_HashPairReverseIterator.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(hash< auto > h)
Creates the hash iterator object.
copy()
Creates a copy of the HashPairReverseIterator object, iterating the same object as the original and i...
constructor()
Creates an empty iterator object.
This class an iterator class for hashes.
Definition QC_HashReverseIterator.dox.h:33
list< auto > list(...)
Returns a list of the arguments passed at the top level.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2