Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
QC_HashPairIterator.dox.h
1
2namespace Qore {
4
33
34public:
36
44
45public:
47
54
55public:
57
63
64public:
66
82};
83}
This class an iterator class for hashes.
Definition QC_HashIterator.dox.h:28
This class an iterator class for hashes.
Definition QC_HashPairIterator.dox.h:32
copy()
Creates a copy of the HashPairIterator object, iterating the same object as the original and in the s...
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.
constructor()
Creates an empty hash iterator object.
list< auto > list(...)
Returns a list of the arguments passed at the top level.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2