library: libTable
#include "TGenericTable.h"

TGenericTable::iterator


class description - header file - source file - inheritance tree (.pdf)

class TGenericTable::iterator

Inheritance Chart:
TGenericTable::iterator

    protected:
iterator() public:
iterator(UInt_t size, char& rowPtr) iterator(const TTable& t, char& rowPtr) iterator(const TTable& t) iterator(const TGenericTable::iterator& iter) ~iterator() Bool_t operator!=(const TGenericTable::iterator& t) const char* operator*() TGenericTable::iterator& operator+(Int_t idx) TGenericTable::iterator& operator++() void operator++(int) TGenericTable::iterator& operator-(Int_t idx) Int_t operator-(const TGenericTable::iterator& it) const TGenericTable::iterator& operator--() void operator--(int) TGenericTable::iterator& operator=(const TGenericTable::iterator& iter) Bool_t operator==(const TGenericTable::iterator& t) const

Data Members


    protected:
UInt_t fRowSize char* fCurrentRow

Class Description

iterator()
iterator(UInt_t size, char &rowPtr)
iterator(const TTable &t, char &rowPtr)
iterator(const TTable &t)
iterator(const iterator& iter)
void operator++(int)
void operator--(int)
Int_t operator-(const iterator &it)
Bool_t operator==(const iterator &t)
Bool_t operator!=(const iterator &t)

Last update: Tue Jul 11 12:48:23 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.