#include <TIndexTable.h>
Definition at line 32 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | ) | [inline, protected] |
Definition at line 36 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | const TTable & | t, | |
const int & | rowPtr | |||
) | [inline] |
Definition at line 38 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | const TTable & | t | ) | [inline] |
Definition at line 39 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | const iterator & | iter | ) | [inline] |
Definition at line 40 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | ) | [inline, protected] |
Definition at line 36 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | const TTable & | t, | |
const int & | rowPtr | |||
) | [inline] |
Definition at line 38 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | const TTable & | t | ) | [inline] |
Definition at line 39 of file TIndexTable.h.
TIndexTable::iterator::iterator | ( | const iterator & | iter | ) | [inline] |
Definition at line 40 of file TIndexTable.h.
iterator& TIndexTable::iterator::operator++ | ( | ) | [inline] |
void TIndexTable::iterator::operator++ | ( | int | ) | [inline] |
iterator& TIndexTable::iterator::operator-- | ( | ) | [inline] |
void TIndexTable::iterator::operator-- | ( | int | ) | [inline] |
void* TIndexTable::iterator::operator * | ( | ) | [inline] |
Definition at line 49 of file TIndexTable.h.
References fCurrentRow, fTable, TTable::GetArray(), and TTable::GetRowSize().
TIndexTable::iterator::operator int | ( | ) | [inline] |
Definition at line 51 of file TIndexTable.h.
References fCurrentRow, and t.
Referenced by operator!=().
iterator& TIndexTable::iterator::operator++ | ( | ) | [inline] |
void TIndexTable::iterator::operator++ | ( | int | ) | [inline] |
iterator& TIndexTable::iterator::operator-- | ( | ) | [inline] |
void TIndexTable::iterator::operator-- | ( | int | ) | [inline] |
void* TIndexTable::iterator::operator * | ( | ) | [inline] |
Definition at line 49 of file TIndexTable.h.
References fCurrentRow, fTable, TTable::GetArray(), and TTable::GetRowSize().
TIndexTable::iterator::operator int | ( | ) | [inline] |
const TTable* TIndexTable::iterator::fTable [protected] |
const int* TIndexTable::iterator::fCurrentRow [protected] |
Definition at line 35 of file TIndexTable.h.
Referenced by operator *(), operator int(), operator+(), operator++(), operator-(), operator--(), operator=(), and operator==().
const TTable* TIndexTable::iterator::fTable [protected] |
Definition at line 34 of file TIndexTable.h.
const int* TIndexTable::iterator::fCurrentRow [protected] |
Definition at line 35 of file TIndexTable.h.