Qore Programming Language Reference Manual  1.0.12
QC_HashPairIterator.dox.h
1 namespace Qore {
4 
33 
34 public:
36 
43  constructor(hash<auto> h);
44 
45 public:
47 
54 
55 public:
57 
62  copy();
63 
64 public:
66 
81 hash<auto> getValue();
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...
constructor(hash< auto > h)
Creates the hash iterator object.
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 hash iterator object.
Qore namespace.
Definition: QC_AbstractBidirectionalIterator.dox.h:2