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