16#ifndef ROO_LINKED_LIST_ELEM
17#define ROO_LINKED_LIST_ELEM
#define ClassDef(name, id)
Implementation of the GenericRooFIter interface for the RooLinkedList.
RooLinkedListElem is an link element for the RooLinkedList class.
TObject * _arg
Link to contents.
RooLinkedListElem(TObject *arg)
Int_t _refCount
! Reference count
RooLinkedListElem(TObject *arg, RooLinkedListElem *after)
virtual ~RooLinkedListElem()
RooLinkedListElem(const RooLinkedListElem &)
void init(TObject *arg, RooLinkedListElem *after=nullptr)
RooLinkedListElem * _prev
Link to previous element in list.
RooLinkedListElem * _next
Link to next element in list.
a chunk of memory in a pool for quick allocation of RooLinkedListElems
Implementation of the actual iterator on RooLinkedLists.
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
Buffer base class used for serializing objects.
Mother of all ROOT objects.