11 #ifndef ROOT_TTableIter
12 #define ROOT_TTableIter
50 Int_t GetNRows()
const;
52 Int_t
Next(Int_t idx);
53 Int_t
Reset(Int_t indx=0);
55 Int_t operator[](Int_t idx);
60 inline Int_t TTableIter::GetNRows()
const {
return fTotalKeys;}
62 inline Int_t TTableIter::operator()() {
return Next();}
65 inline Int_t TTableIter::operator[](Int_t idx) {
return Next(idx);}
Int_t Reset(Int_t indx=0)
to be documented
Int_t Next()
to be documented
Int_t CountKey(Float_t &keyvalue)
to be documented