class RooLinkedListIter: public TIterator



RooLinkedListIter is the TIterator implementation for RooLinkedList

Function Members (Methods)

public:
RooLinkedListIter()
RooLinkedListIter(const RooLinkedListIter& other)
RooLinkedListIter(const RooLinkedList* list, Bool_t forward)
virtual~RooLinkedListIter()
static TClass*Class()
virtual const TCollection*GetCollection() const
virtual Option_t*TIterator::GetOption() const
virtual TClass*IsA() const
virtual TObject*Next()
virtual booloperator!=(const TIterator& aIter) const
booloperator!=(const RooLinkedListIter& aIter) const
TObject*TIterator::operator()()
virtual TObject*operator*() const
virtual TIterator&operator=(const TIterator& other)
virtual voidReset()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
const RooLinkedListElem*_cptr! Current link element
Bool_t_forwardIterator direction
const RooLinkedList*_list! Collection iterated over
const RooLinkedListElem*_ptr! Next link element

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RooLinkedListIter(const RooLinkedListIter& other)
{}
RooLinkedListIter(const RooLinkedList* list, Bool_t forward)
 Constructor from list with direction
RooLinkedListIter(const RooLinkedListIter& other)
 Copy constructor
virtual ~RooLinkedListIter()
{ ; }
TIterator& operator=(const TIterator& other)
const TCollection * GetCollection()
 Dummy
TObject * Next()
 Return next element in collection
void Reset()
 Return iterator to first element in collection
bool operator!=(const TIterator &aIter)
bool operator!=(const RooLinkedListIter &aIter)
TObject * operator*()
 Return element iterator points to

Last change: Wed Jun 25 08:33:21 2008
Last generated: 2008-06-25 08:33
Copyright (c) 2000-2005, Regents of the University of California *

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.