library: libRooFit
#include "RooLinkedListIter.h"

RooLinkedListIter


class description - header file - source file
viewCVS header - viewCVS source

class RooLinkedListIter: public TIterator

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
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()
TObject*TIterator::operator()()
virtual TIterator&operator=(const TIterator& other)
virtual voidReset()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

protected:
Bool_t_forwardIterator 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)
const TCollection * GetCollection()
TObject * Next()
void Reset()

Last update: Sat Dec 9 09:58:49 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.