Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TIndexTable::iterator Class Reference

Definition at line 32 of file TIndexTable.h.

Public Member Functions

 iterator (const TTable &t, const int &rowPtr)
 
 iterator (const TTable &t)
 
 iterator (const iterator &iter)
 
 operator int ()
 
Bool_t operator!= (const iterator &t) const
 
voidoperator* ()
 
iteratoroperator+ (Int_t idx)
 
iteratoroperator++ ()
 
void operator++ (int)
 
iteratoroperator- (Int_t idx)
 
Int_t operator- (const iterator &it) const
 
iteratoroperator-- ()
 
void operator-- (int)
 
iteratoroperator= (const iterator &iter)
 
Bool_t operator== (const iterator &t) const
 

Protected Member Functions

 iterator ()
 

Protected Attributes

const int * fCurrentRow
 
const TTablefTable
 

#include <TIndexTable.h>

Constructor & Destructor Documentation

TIndexTable::iterator::iterator ( )
inlineprotected

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.

Member Function Documentation

TIndexTable::iterator::operator int ( )
inline

Definition at line 50 of file TIndexTable.h.

Bool_t TIndexTable::iterator::operator!= ( const iterator t) const
inline

Definition at line 52 of file TIndexTable.h.

void* TIndexTable::iterator::operator* ( )
inline

Definition at line 49 of file TIndexTable.h.

iterator& TIndexTable::iterator::operator+ ( Int_t  idx)
inline

Definition at line 46 of file TIndexTable.h.

iterator& TIndexTable::iterator::operator++ ( )
inline

Definition at line 42 of file TIndexTable.h.

void TIndexTable::iterator::operator++ ( int  )
inline

Definition at line 43 of file TIndexTable.h.

iterator& TIndexTable::iterator::operator- ( Int_t  idx)
inline

Definition at line 47 of file TIndexTable.h.

Int_t TIndexTable::iterator::operator- ( const iterator it) const
inline

Definition at line 48 of file TIndexTable.h.

iterator& TIndexTable::iterator::operator-- ( )
inline

Definition at line 44 of file TIndexTable.h.

void TIndexTable::iterator::operator-- ( int  )
inline

Definition at line 45 of file TIndexTable.h.

iterator& TIndexTable::iterator::operator= ( const iterator iter)
inline

Definition at line 41 of file TIndexTable.h.

Bool_t TIndexTable::iterator::operator== ( const iterator t) const
inline

Definition at line 51 of file TIndexTable.h.

Member Data Documentation

const int* TIndexTable::iterator::fCurrentRow
protected

Definition at line 35 of file TIndexTable.h.

const TTable* TIndexTable::iterator::fTable
protected

Definition at line 34 of file TIndexTable.h.


The documentation for this class was generated from the following file: