#include <TIndexTable.h>
Inheritance diagram for TIndexTable:
Definition at line 28 of file TIndexTable.h.
TIndexTable::TIndexTable | ( | const TTable * | table | ) |
TIndexTable::TIndexTable | ( | const TIndexTable & | indx | ) | [inline] |
Definition at line 55 of file TIndexTable.h.
TIndexTable::TIndexTable | ( | ) | [inline] |
TIndexTable::TIndexTable | ( | const char * | name | ) | [inline] |
TIndexTable::TIndexTable | ( | Int_t | n | ) | [inline] |
TIndexTable::TIndexTable | ( | const char * | name, | |
Int_t | n | |||
) | [inline] |
virtual TIndexTable::~TIndexTable | ( | ) | [inline, virtual] |
Definition at line 79 of file TIndexTable.h.
TIndexTable::TIndexTable | ( | const TTable * | table | ) |
TIndexTable::TIndexTable | ( | const TIndexTable & | indx | ) | [inline] |
Definition at line 55 of file TIndexTable.h.
TIndexTable::TIndexTable | ( | ) | [inline] |
TIndexTable::TIndexTable | ( | const char * | name | ) | [inline] |
TIndexTable::TIndexTable | ( | Int_t | n | ) | [inline] |
TIndexTable::TIndexTable | ( | const char * | name, | |
Int_t | n | |||
) | [inline] |
virtual TIndexTable::~TIndexTable | ( | ) | [inline, virtual] |
Definition at line 79 of file TIndexTable.h.
int * TIndexTable::GetTable | ( | Int_t | i = 0 |
) | [inline] |
Definition at line 87 of file TIndexTable.h.
References TTable::GetArray().
Referenced by begin(), end(), and operator[]().
Bool_t TIndexTable::IsValid | ( | ) | const [inline] |
Definition at line 91 of file TIndexTable.h.
References begin(), end(), TTable::GetNRows(), i, kFALSE, kTRUE, and Table().
void TIndexTable::push_back | ( | Long_t | next | ) | [inline] |
const TTable * TIndexTable::Table | ( | ) | const |
iterator TIndexTable::begin | ( | ) | [inline] |
iterator TIndexTable::begin | ( | ) | const [inline] |
Definition at line 62 of file TIndexTable.h.
References end(), TTable::GetNRows(), GetTable(), and Table().
iterator TIndexTable::end | ( | ) | [inline] |
iterator TIndexTable::end | ( | ) | const [inline] |
Definition at line 64 of file TIndexTable.h.
References TTable::GetNRows(), GetTable(), i, and Table().
TTableDescriptor * TIndexTable::CreateDescriptor | ( | ) | [static, protected] |
Definition at line 87 of file TIndexTable.cxx.
References TTableDescriptor::AddAt(), fgColDescriptors, TTable::kInt, row, and strlcpy().
TTableDescriptor * TIndexTable::GetDescriptorPointer | ( | ) | const [protected, virtual] |
Reimplemented from TTable.
Definition at line 111 of file TIndexTable.cxx.
References fgColDescriptors.
void TIndexTable::SetDescriptorPointer | ( | TTableDescriptor * | list | ) | [protected, virtual] |
Reimplemented from TTable.
Definition at line 118 of file TIndexTable.cxx.
References fgColDescriptors, and list.
const int * TIndexTable::GetTable | ( | Int_t | i = 0 |
) | const [inline] |
int& TIndexTable::operator[] | ( | Int_t | i | ) | [inline] |
Reimplemented from TTable.
Definition at line 81 of file TIndexTable.h.
References TTable::GetNRows(), and GetTable().
const int& TIndexTable::operator[] | ( | Int_t | i | ) | const [inline] |
Reimplemented from TTable.
Definition at line 82 of file TIndexTable.h.
References TTable::GetNRows(), and GetTable().
int* TIndexTable::GetTable | ( | Int_t | i = 0 |
) |
Bool_t TIndexTable::IsValid | ( | ) | const |
void TIndexTable::push_back | ( | Long_t | next | ) |
const TTable* TIndexTable::Table | ( | ) | const |
iterator TIndexTable::begin | ( | ) | [inline] |
Definition at line 61 of file TIndexTable.h.
iterator TIndexTable::begin | ( | ) | const [inline] |
Definition at line 62 of file TIndexTable.h.
References end(), TTable::GetNRows(), GetTable(), and Table().
iterator TIndexTable::end | ( | ) | [inline] |
Definition at line 63 of file TIndexTable.h.
iterator TIndexTable::end | ( | ) | const [inline] |
Definition at line 64 of file TIndexTable.h.
References TTable::GetNRows(), GetTable(), i, and Table().
static TTableDescriptor* TIndexTable::CreateDescriptor | ( | ) | [static, protected] |
virtual TTableDescriptor* TIndexTable::GetDescriptorPointer | ( | ) | const [protected, virtual] |
Reimplemented from TTable.
virtual void TIndexTable::SetDescriptorPointer | ( | TTableDescriptor * | list | ) | [protected, virtual] |
Reimplemented from TTable.
const int* TIndexTable::GetTable | ( | Int_t | i = 0 |
) | const |
int& TIndexTable::operator[] | ( | Int_t | i | ) | [inline] |
Reimplemented from TTable.
Definition at line 81 of file TIndexTable.h.
References TTable::GetNRows(), and GetTable().
const int& TIndexTable::operator[] | ( | Int_t | i | ) | const [inline] |
Reimplemented from TTable.
Definition at line 82 of file TIndexTable.h.
References TTable::GetNRows(), and GetTable().
const TTable* TIndexTable::fRefTable [protected] |
TTableDescriptor * TIndexTable::fgColDescriptors [static, protected] |
Definition at line 71 of file TIndexTable.h.
Referenced by ClassImp(), CreateDescriptor(), GetDescriptorPointer(), and SetDescriptorPointer().
const TTable* TIndexTable::fRefTable [protected] |
Definition at line 30 of file TIndexTable.h.
TTableDescriptor* TIndexTable::fgColDescriptors [static, protected] |
Definition at line 71 of file TIndexTable.h.