| library: libRooFit #include "RooLinkedListIter.h"
 | 
RooLinkedListIter
class description - source file - inheritance tree (.pdf)
    public:
                                 RooLinkedListIter(const RooLinkedList* list, Bool_t forward)
                                 RooLinkedListIter(const RooLinkedListIter& other)
                         virtual ~RooLinkedListIter()
                  static TClass* Class()
      virtual const TCollection* GetCollection() const
                 virtual TClass* IsA() const
                virtual TObject* Next()
              virtual TIterator& operator=(const TIterator& other)
                    virtual void Reset()
                    virtual void ShowMembers(TMemberInspector& insp, char* parent)
                    virtual void Streamer(TBuffer& b)
                            void StreamerNVirtual(TBuffer& b)
    protected:
                        Bool_t _forward  Iterator direction
      const RooLinkedListElem* _ptr      ! Current link element
          const RooLinkedList* _list     ! Collection iterated over
Inline Functions
                      void ~RooLinkedListIter()
         RooLinkedListIter RooLinkedListIter(const RooLinkedList* list, Bool_t forward)
         RooLinkedListIter RooLinkedListIter(const RooLinkedListIter& other)
                TIterator& operator=(const TIterator& other)
        const TCollection* GetCollection() const
                  TObject* Next()
                      void Reset()
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
Last update: Tue Jun 28 18:13:25 2005
Copyright  (c) 2000-2005, Regents of the University of California          *
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.