library: libTable #include "TGenericTable.h" |
~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() |
UInt_t | fRowSize | |
char* | fCurrentRow |
{ fRowSize = iter.fRowSize; fCurrentRow = iter.fCurrentRow; return *this;}