RooLinkedListIter is the TIterator implementation for RooLinkedList
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 bool | operator!=(const TIterator& aIter) const |
bool | operator!=(const RooLinkedListIter& aIter) const |
TObject* | TIterator::operator()() |
virtual TObject* | operator*() const |
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) |
const RooLinkedListElem* | _cptr | ! Current link element |
Bool_t | _forward | Iterator direction |
const RooLinkedList* | _list | ! Collection iterated over |
const RooLinkedListElem* | _ptr | ! Next link element |