4 #ifndef ROOT_TGenericTable
5 #define ROOT_TGenericTable
iterator & operator=(const iterator &iter)
char & operator[](Int_t i)
Int_t operator-(const iterator &it) const
virtual void SetDescriptorPointer(TTableDescriptor *list)
to be documented
virtual Long_t GetRowSize() const
Returns the size (in bytes) of one table row.
virtual TTableDescriptor * GetDescriptorPointer() const
to be documented
TTableDescriptor * fColDescriptors
Bool_t operator!=(const iterator &t) const
const char & operator[](Int_t i) const
#define ClassDef(name, id)
std::map< std::string, std::string >::const_iterator iter
iterator(const TTable &t)
Bool_t operator==(const iterator &t) const
iterator(const iterator &iter)
iterator & operator+(Int_t idx)
iterator(UInt_t size, char &rowPtr)
virtual void SetType(const char *const type)
to be documented
virtual Long_t GetNRows() const
Returns the number of the used rows for the wrapped table.
virtual const char * GetName() const
Returns name of object.
char * GetTable(Int_t i=0) const
iterator(const TTable &t, char &rowPtr)
virtual ~TGenericTable()
destructor
iterator & operator-(Int_t idx)
TTableDescriptor * GetRowDescriptors() const
to be documented
TTableDescriptor * GetTableDescriptors() const