#include <TTableMap.h>
Inheritance diagram for TTableMap:
Public Member Functions | |
TTableMap (const TTable *table=0) | |
TTableMap (const TTableMap &map) | |
virtual | ~TTableMap () |
Bool_t | IsValid () const |
Bool_t | IsFolder () const |
void | Push_back (Long_t next) |
const TTable * | Table () |
TTable::iterator | Begin () |
TTable::iterator | Begin () const |
TTable::iterator | End () |
TTable::iterator | End () const |
TTableMap (const TTable *table=0) | |
TTableMap (const TTableMap &map) | |
virtual | ~TTableMap () |
Bool_t | IsValid () const |
Bool_t | IsFolder () const |
void | Push_back (Long_t next) |
const TTable * | Table () |
TTable::iterator | Begin () |
TTable::iterator | Begin () const |
TTable::iterator | End () |
TTable::iterator | End () const |
Protected Attributes | |
const TTable * | fTable |
const TTable * | fTable |
Definition at line 31 of file TTableMap.h.
TTableMap::TTableMap | ( | const TTable * | table = 0 |
) |
TTableMap::TTableMap | ( | const TTableMap & | map | ) | [inline] |
Definition at line 42 of file TTableMap.h.
virtual TTableMap::~TTableMap | ( | ) | [inline, virtual] |
Definition at line 47 of file TTableMap.h.
TTableMap::TTableMap | ( | const TTable * | table = 0 |
) |
TTableMap::TTableMap | ( | const TTableMap & | map | ) | [inline] |
Definition at line 42 of file TTableMap.h.
virtual TTableMap::~TTableMap | ( | ) | [inline, virtual] |
Definition at line 47 of file TTableMap.h.
Bool_t TTableMap::IsValid | ( | ) | const [inline] |
Definition at line 62 of file TTableMap.h.
References Begin(), End(), fTable, TTable::GetNRows(), i, kFALSE, and kTRUE.
Bool_t TTableMap::IsFolder | ( | ) | const [inline, virtual] |
void TTableMap::Push_back | ( | Long_t | next | ) | [inline] |
Definition at line 87 of file TTableMap.h.
const TTable* TTableMap::Table | ( | ) | [inline] |
TTable::iterator TTableMap::Begin | ( | ) | [inline] |
TTable::iterator TTableMap::Begin | ( | ) | const [inline] |
TTable::iterator TTableMap::End | ( | ) | [inline] |
TTable::iterator TTableMap::End | ( | ) | const [inline] |
Bool_t TTableMap::IsValid | ( | ) | const |
void TTableMap::Push_back | ( | Long_t | next | ) |
const TTable* TTableMap::Table | ( | ) | [inline] |
TTable::iterator TTableMap::Begin | ( | ) |
TTable::iterator TTableMap::Begin | ( | ) | const |
TTable::iterator TTableMap::End | ( | ) |
TTable::iterator TTableMap::End | ( | ) | const |
const TTable* TTableMap::fTable [protected] |
const TTable* TTableMap::fTable [protected] |
Definition at line 37 of file TTableMap.h.