HOrdCatIter(const HOrdCatIter&) | |
HOrdCatIter(HOrdCategory* cat, Bool_t dir = kIterForward) | |
HOrdCatIter(HLocation* loc, HOrdCategory* cat, Bool_t dir = kIterForward) | |
virtual | ~HOrdCatIter() |
static TClass* | Class() |
virtual TCollection* | GetCollection() const |
virtual HLocation& | getLocation() |
virtual Option_t* | TIterator::GetOption() const |
virtual Bool_t | gotoLocation(HLocation& loc) |
virtual TClass* | IsA() const |
virtual TObject* | Next() |
virtual bool | TIterator::operator!=(const TIterator&) const |
TObject* | TIterator::operator()() |
virtual TObject* | TIterator::operator*() const |
HOrdCatIter& | operator=(const HOrdCatIter&) |
virtual void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
HOrdCatIter() |
Int_t | cursor | |
HOrdClonesArray* | fArray | array being iterated |
TObject* | fCurrent | Current object |
Int_t | fCurrentLen | |
HLocation* | fCurrentLoc | Current location in the category |
Int_t | fCurrentOff | |
Bool_t | fDir | |
HOrdCategory* | ordCat | corresponding category |
Constructor. "cat" is the category being iterated and "dir" is the iteration direction.
Constructor. "cat" is the category being iterated and "dir" is the iteration direction.
Advances to next object in the category and returns the current one. test if setup is done otherwizs do it!