library: libTable #include "TTableIter.h" |
TTableIter
class description - header file - source file - inheritance tree (.pdf)
protected:
TTableIter()
TTableIter(const TTableIter& org)
public:
TTableIter(const TTableSorter* table, Float_t& keyvalue)
TTableIter(const TTableSorter* table, Double_t& keyvalue)
TTableIter(const TTableSorter* table, Int_t& keyvalue)
TTableIter(const TTableSorter* table, Long_t& keyvalue)
TTableIter(const TTableSorter* table, Short_t& keyvalue)
virtual ~TTableIter()
static TClass* Class()
Int_t CountKey(Float_t& keyvalue)
Int_t CountKey(Long_t& keyvalue)
Int_t CountKey(Int_t& keyvalue)
Int_t CountKey(Short_t& keyvalue)
Int_t CountKey(Double_t& keyvalue)
Int_t GetNRows() const
virtual TClass* IsA() const
Int_t Next()
Int_t Next(Int_t idx)
Int_t operator()()
Int_t operator[](Int_t idx)
Int_t Reset(Int_t indx = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
const TTableSorter* fTableSorter
Int_t fIndx
Int_t fTotalKeys
Int_t fFirstIndx
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
Author: Valery Fine(fine@bnl.gov) 03/12/99
Last update: root/table:$Name: $:$Id: TTableIter.cxx,v 1.4 2006/07/11 09:05:02 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
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.