|
| iterator (UInt_t size, char &rowPtr) |
|
| iterator (const TTable &t, char &rowPtr) |
|
| iterator (const TTable &t) |
|
| iterator (const iterator &iter) |
|
iterator & | operator= (const iterator &iter) |
|
iterator & | operator++ () |
|
void | operator++ (int) |
|
iterator & | operator-- () |
|
void | operator-- (int) |
|
iterator & | operator+ (Int_t idx) |
|
iterator & | operator- (Int_t idx) |
|
Int_t | operator- (const iterator &it) const |
|
char * | operator* () |
|
Bool_t | operator== (const iterator &t) const |
|
Bool_t | operator!= (const iterator &t) const |
|
|
UInt_t | fRowSize |
|
char * | fCurrentRow |
|
Definition at line 26 of file TGenericTable.h.
The documentation for this class was generated from the following file: