This class an iterator class for hashes.
Definition: QC_HashIterator.dox.h:28
This class an iterator class for hashes.
Definition: QC_HashReverseIterator.dox.h:33
bool prev()
Moves the current position to the next element in the hash; returns False if there are no more elemen...
constructor()
Creates an empty iterator object.
copy()
Creates a copy of the HashReverseIterator object, iterating the same object as the original and in th...
bool next()
Moves the current position to the previous element in the hash; returns False if there are no more el...
bool first()
returns True if on the last element of the hash
bool last()
returns True if on the first element of the hash
constructor(hash< auto > h)
Creates the hash iterator object.
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2