16 #ifndef ROO_LINKED_LIST_ELEM
17 #define ROO_LINKED_LIST_ELEM
25 namespace RooLinkedListImplDetails {
Buffer base class used for serializing objects.
#define ClassDef(name, id)
RooLinkedListElem * _next
RooHashTable implements a hash table for TObjects.
RooLinkedListElem(TObject *arg)
friend class RooLinkedListImplDetails::Pool
RooLinkedListElem * _prev
RooLinkedListElem(TObject *arg, RooLinkedListElem *after)
RooLinkedList is an collection class for internal use, storing a collection of RooAbsArg pointers in ...
Mother of all ROOT objects.
friend class RooLinkedListImplDetails::Chunk
RooLinkedListElem is an link element for the RooLinkedList class.
RooLinkedListIter is the TIterator implementation for RooLinkedList.
void init(TObject *arg, RooLinkedListElem *after=0)
virtual ~RooLinkedListElem()