ROOT
6.06/09
Reference Guide
|
Definition at line 25 of file TGenericTable.h.
Public Member Functions | |
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 |
Protected Member Functions | |
iterator () | |
Protected Attributes | |
UInt_t | fRowSize |
char * | fCurrentRow |
#include <TGenericTable.h>
|
inlineprotected |
Definition at line 29 of file TGenericTable.h.
|
inline |
Definition at line 31 of file TGenericTable.h.
|
inline |
Definition at line 32 of file TGenericTable.h.
|
inline |
Definition at line 33 of file TGenericTable.h.
|
inline |
Definition at line 34 of file TGenericTable.h.
|
inline |
Definition at line 45 of file TGenericTable.h.
|
inline |
Definition at line 43 of file TGenericTable.h.
Definition at line 40 of file TGenericTable.h.
|
inline |
Definition at line 36 of file TGenericTable.h.
|
inline |
Definition at line 37 of file TGenericTable.h.
Definition at line 41 of file TGenericTable.h.
Definition at line 42 of file TGenericTable.h.
|
inline |
Definition at line 38 of file TGenericTable.h.
|
inline |
Definition at line 39 of file TGenericTable.h.
Definition at line 35 of file TGenericTable.h.
Definition at line 44 of file TGenericTable.h.
Referenced by operator!=().
|
protected |
Definition at line 28 of file TGenericTable.h.
Referenced by operator*(), operator-(), operator=(), and operator==().
|
protected |
Definition at line 27 of file TGenericTable.h.
Referenced by operator+(), operator++(), operator-(), operator--(), and operator=().