library: libRooFit #include "RooLinkedListIter.h" |
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 void | Reset() |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
Bool_t | _forward | Iterator direction |
const RooLinkedListElem* | _ptr | ! Current link element |
const RooLinkedList* | _list | ! Collection iterated over |