TGenericTable This is the class to represent the array of C-struct defined at run-time
~iterator() | |
TGenericTable::iterator | iterator(const TTable& t) |
TGenericTable::iterator | iterator(const TGenericTable::iterator& iter) |
TGenericTable::iterator | iterator(UInt_t size, char& rowPtr) |
TGenericTable::iterator | iterator(const TTable& t, char& rowPtr) |
Bool_t | operator!=(const TGenericTable::iterator& t) const |
char* | operator*() |
TGenericTable::iterator& | operator+(Int_t idx) |
TGenericTable::iterator& | operator++() |
void | operator++(int) |
TGenericTable::iterator& | operator-(Int_t idx) |
Int_t | operator-(const TGenericTable::iterator& it) const |
TGenericTable::iterator& | operator--() |
void | operator--(int) |
TGenericTable::iterator& | operator=(const TGenericTable::iterator& iter) |
Bool_t | operator==(const TGenericTable::iterator& t) const |
TGenericTable::iterator | iterator() |
char* | fCurrentRow | |
UInt_t | fRowSize |
{ fRowSize = iter.fRowSize; fCurrentRow = iter.fCurrentRow; return *this;}
{ return (fCurrentRow == t.fCurrentRow); }