Qore Programming Language Reference Manual
0.9.4.1
QC_HashKeyReverseIterator.dox.h
1
namespace
Qore
{
4
37
class
HashKeyReverseIterator
:
public
HashReverseIterator
{
38
39
public
:
41
48
constructor
(hash<auto> h);
49
50
public
:
52
58
constructor
();
59
60
public
:
62
67
copy
();
68
69
public
:
71
86
string
getValue
();
87
};
88
}
Qore::HashKeyReverseIterator
This class an iterator class for hashes.
Definition:
QC_HashKeyReverseIterator.dox.h:37
Qore::HashKeyReverseIterator::getValue
string getValue()
returns the current key value or throws an INVALID-ITERATOR exception if the iterator is invalid
Qore::HashKeyReverseIterator::copy
copy()
Creates a copy of the HashKeyReverseIterator object, iterating the same object as the original and in...
Qore::HashReverseIterator
This class an iterator class for hashes.
Definition:
QC_HashReverseIterator.dox.h:33
Qore
main Qore-language namespace
Definition:
Pseudo_QC_All.dox.h:2
Qore::HashKeyReverseIterator::constructor
constructor()
Creates an empty iterator object.