library: libTable #include "TGenericTable.h" | 
TGenericTable::iterator
class description - source file - inheritance tree (.pdf)
    protected:
      TGenericTable::iterator iterator()
    public:
       TGenericTable::iterator iterator(UInt_t size, char& rowPtr)
       TGenericTable::iterator iterator(const TTable& t, char& rowPtr)
       TGenericTable::iterator iterator(const TTable& t)
       TGenericTable::iterator iterator(const TGenericTable::iterator& iter)
                          void ~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
    protected:
      UInt_t fRowSize     
       char* fCurrentRow  
                                                                      
  TGenericTable                                                       
                                                                      
  This is the class to represent the array of C-struct                
  defined at run-time                                                 
                                                                      
Inline Functions
                            void ~iterator()
         TGenericTable::iterator iterator()
         TGenericTable::iterator iterator(UInt_t size, char& rowPtr)
         TGenericTable::iterator iterator(const TTable& t, char& rowPtr)
         TGenericTable::iterator iterator(const TTable& t)
         TGenericTable::iterator iterator(const TGenericTable::iterator& iter)
        TGenericTable::iterator& operator=(const TGenericTable::iterator& iter)
        TGenericTable::iterator& operator++()
                            void operator++(int)
        TGenericTable::iterator& operator--()
                            void operator--(int)
        TGenericTable::iterator& operator+(Int_t idx)
        TGenericTable::iterator& operator-(Int_t idx)
                           Int_t operator-(const TGenericTable::iterator& it) const
                           char* operator*()
                          Bool_t operator==(const TGenericTable::iterator& t) const
                          Bool_t operator!=(const TGenericTable::iterator& t) const
Author: Valery Fine(fine@bnl.gov) 30/06/2001
Last update: root/star:$Name:  $Id: TGenericTable.h,v 1.3 2005/09/08 05:33:41 brun Exp $
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.