ROOT logo
ROOT » ROOFIT » ROOFITCORE » RooLinkedListElem

class RooLinkedListElem



RooLinkedListElem is an link element for the RooLinkedList class

Function Members (Methods)

Data Members

protected:
TObject*_argLink to contents
RooLinkedListElem*_nextLink to next element in list
RooLinkedListElem*_prevLink to previous element in list
Int_t_refCount! Reference count

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RooLinkedListElem(TObject* arg)
 Initial element ctor
RooLinkedListElem(TObject* arg, RooLinkedListElem* after)
 Constructor with payload and next chain element
virtual ~RooLinkedListElem()
 Destructor
Int_t refCount() const
{ return _refCount ; }
Int_t incRefCount()
{ return ++_refCount ; }
Int_t decRefCount()
{ return --_refCount ; }
RooLinkedListElem(const RooLinkedListElem&)
 Forbidden