ROOT
6.07/01
Reference Guide
|
Public Types | |
typedef std::vector< Long_t > ::iterator | vec_iterator |
typedef std::vector< Long_t > ::const_iterator | vec_const_iterator |
Public Member Functions | |
iterator () | |
iterator (const TTable &table, vec_iterator &arowPtr) | |
iterator (const TTable &table, vec_const_iterator &arowPtr) | |
iterator (const iterator &iter) | |
iterator & | operator= (const iterator &iter) |
void | operator++ () |
void | operator++ (int) |
void | operator-- () |
void | operator-- (int) |
iterator | operator+ (Int_t idx) |
iterator | operator- (Int_t idx) |
void | operator+= (Int_t idx) |
void | operator-= (Int_t idx) |
void * | rowPtr () const |
operator void * () const | |
Int_t | operator- (const iterator &it) const |
Long_t | operator* () const |
Bool_t | operator== (const iterator &t) const |
Bool_t | operator!= (const iterator &t) const |
const TTable & | Table () const |
const Long_t & | RowSize () const |
const std::vector< Long_t > ::iterator & | Row () const |
Private Attributes | |
Long_t | fRowSize |
const TTable * | fThisTable |
vec_iterator | fCurrentRow |
#include <TTable.h>
typedef std::vector<Long_t>::const_iterator TTable::iterator::vec_const_iterator |
typedef std::vector<Long_t>::iterator TTable::iterator::vec_iterator |
|
inline |
Definition at line 192 of file TTable.h.
Referenced by operator+(), and operator-().
|
inline |
|
inline |
|
inline |
Definition at line 213 of file TTable.h.
Referenced by operator!=().
|
inline |
Definition at line 209 of file TTable.h.
Referenced by operator void *().
|
private |
Definition at line 190 of file TTable.h.
Referenced by operator*(), operator+(), operator++(), operator+=(), operator-(), operator--(), operator-=(), operator=(), operator==(), Row(), and rowPtr().
|
private |
Definition at line 188 of file TTable.h.
Referenced by operator=(), rowPtr(), and RowSize().
|
private |
Definition at line 189 of file TTable.h.
Referenced by operator+(), operator-(), operator=(), operator==(), rowPtr(), and Table().