library: libRooFit
#include "RooLinkedListIter.h"

RooLinkedListIter


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

class RooLinkedListIter : public TIterator

Inheritance Chart:
TIterator
<-
RooLinkedListIter

    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)

Data Members


    protected:
Bool_t _forward Iterator direction const RooLinkedListElem* _ptr ! Current link element const RooLinkedList* _list ! Collection iterated over

Class Description

RooLinkedListIter(const RooLinkedList* list, Bool_t forward)
RooLinkedListIter(const RooLinkedListIter& other)
virtual ~RooLinkedListIter()
TIterator& operator=(const TIterator& other)
void Reset()

Last update: Tue Jul 11 11:45:52 2006
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.