RooLinkedListElem(TObject* arg) | |
RooLinkedListElem(TObject* arg, RooLinkedListElem* after) | |
virtual | ~RooLinkedListElem() |
static TClass* | Class() |
Int_t | decRefCount() |
Int_t | incRefCount() |
virtual TClass* | IsA() const |
RooLinkedListElem& | operator=(const RooLinkedListElem&) |
Int_t | refCount() const |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
RooLinkedListElem(const RooLinkedListElem&) |
TObject* | _arg | Link to contents |
RooLinkedListElem* | _next | Link to next element in list |
RooLinkedListElem* | _prev | Link to previous element in list |
Int_t | _refCount | ! Reference count |
Constructor with payload and next chain element