#ifndef HORDCATITER_H
#define HORDCATITER_H
#include "hiterator.h"
#include "hordcategory.h"
class HOrdCatIter : public HIterator {
private:
HOrdCatIter(void);
protected:
HOrdCategory* ordCat;
HLocation* fCurrentLoc;
HOrdClonesArray *fArray;
TObject *fCurrent;
Int_t fCurrentOff,fCurrentLen;
Bool_t fDir;
Int_t cursor;
public:
HOrdCatIter(HOrdCategory *cat,Bool_t dir=kIterForward);
HOrdCatIter(HLocation *loc,HOrdCategory *cat,Bool_t dir=kIterForward);
virtual ~HOrdCatIter(void);
TCollection *GetCollection(void) const;
TObject *Next(void);
void Reset(void);
Bool_t gotoLocation(HLocation &loc);
HLocation &getLocation(void);
ClassDef(HOrdCatIter,1)
};
#endif /* !HORDCATITER_H */
Last change: Sat May 22 13:05:59 2010
Last generated: 2010-05-22 13:05
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.