THashTableIter Iterator of hash table.
THashTableIter() | |
Int_t | NextSlot() |
Int_t | fCursor | current position in table |
Bool_t | fDirection | iteration direction |
TListIter* | fListCursor | current position in collision list |
const THashTable* | fTable | hash table being iterated |
Create a hashtable iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.
Reset the hashtable iterator. Either to beginning or end, depending on the initial iteration direction.