TOrdCollectionIter Iterator of ordered collection.
TOrdCollectionIter() |
const TOrdCollection* | fCol | collection being iterated |
Int_t | fCurCursor | current position in collection |
Int_t | fCursor | next position in collection |
Bool_t | fDirection | iteration direction |
Create collection iterator. By default the iteration direction is kIterForward. To go backward use kIterBackward.
This operator compares two TOrdCollectionIter objects.