bool last()
returns True if on the first element of the hash
copy()
Creates a copy of the HashReverseIterator object, iterating the same object as the original and in th...
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 next()
Moves the current position to the previous element in the hash; returns False if there are no more el...
bool prev()
Moves the current position to the next element in the hash; returns False if there are no more elemen...
hash hash(object obj)
Returns a hash of an object's members.
constructor()
Creates an empty iterator object.
bool first()
returns True if on the last element of the hash