|
ROOT 6.12/07 Reference Guide |
Public Member Functions | |
| piterator (const TTable *t=0, EColumnType type=kPtr) | |
| to be documented More... | |
| piterator (const piterator &iter) | |
| UInt_t | Column () const |
| void | MakeEnd (UInt_t lastRowIndex) |
| Bool_t | operator!= (const piterator &t) const |
| void ** | operator* () |
| void | operator++ () |
| void | operator++ (int) |
| void | operator-- () |
| void | operator-- (int) |
| void | operator= (const piterator &iter) |
| Bool_t | operator== (const piterator &t) const |
| UInt_t | Row () const |
Protected Member Functions | |
| void ** | column () |
Private Attributes | |
| UInt_t | fCurrentColIndex |
| void ** | fCurrentColPtr |
| UInt_t | fCurrentRowIndex |
| const Char_t * | fCurrentRowPtr |
| std::vector< ULong_t > | fPtrs |
| UInt_t | fRowSize |
#include <TTable.h>
| TTable::piterator::piterator | ( | const TTable * | t = 0, |
| EColumnType | type = kPtr |
||
| ) |
to be documented
Definition at line 2443 of file TTable.cxx.
|
inline |
|
inline |