#include <RooRefCountList.h>
Inheritance diagram for RooRefCountList:
Public Member Functions | |
RooRefCountList () | |
virtual | ~RooRefCountList () |
virtual void | Add (TObject *arg) |
virtual void | Add (TObject *obj, Int_t count) |
virtual Bool_t | Remove (TObject *obj) |
virtual Bool_t | RemoveAll (TObject *obj) |
Int_t | refCount (TObject *obj) |
RooRefCountList () | |
virtual | ~RooRefCountList () |
virtual void | Add (TObject *arg) |
virtual void | Add (TObject *obj, Int_t count) |
virtual Bool_t | Remove (TObject *obj) |
virtual Bool_t | RemoveAll (TObject *obj) |
Int_t | refCount (TObject *obj) |
Definition at line 21 of file RooRefCountList.h.
RooRefCountList::RooRefCountList | ( | ) |
Definition at line 41 of file RooRefCountList.cxx.
virtual RooRefCountList::~RooRefCountList | ( | ) | [inline, virtual] |
Definition at line 24 of file RooRefCountList.h.
RooRefCountList::RooRefCountList | ( | ) |
virtual RooRefCountList::~RooRefCountList | ( | ) | [inline, virtual] |
Definition at line 24 of file RooRefCountList.h.
virtual void RooRefCountList::Add | ( | TObject * | arg | ) | [inline, virtual] |
Reimplemented from RooLinkedList.
Definition at line 26 of file RooRefCountList.h.
Referenced by Add(), RooAbsArg::addServer(), RooAbsArg::changeServer(), and RooSharedPropertiesList::registerProperties().
Reimplemented from RooLinkedList.
Definition at line 50 of file RooRefCountList.cxx.
References RooLinkedList::Add(), RooLinkedList::findLink(), RooLinkedList::FindObject(), and RooLinkedListElem::incRefCount().
Reimplemented from RooLinkedList.
Definition at line 74 of file RooRefCountList.cxx.
References RooLinkedListElem::decRefCount(), RooLinkedList::findLink(), and RooLinkedList::Remove().
Referenced by RooAbsArg::removeServer(), and RooSharedPropertiesList::unregisterProperties().
Definition at line 95 of file RooRefCountList.cxx.
References RooLinkedList::Remove().
Referenced by RooAbsArg::changeServer(), and RooAbsArg::removeServer().
Definition at line 106 of file RooRefCountList.cxx.
References RooLinkedList::findLink(), and RooLinkedListElem::refCount().
Referenced by RooAbsArg::changeServer(), RooAbsArg::replaceServer(), and RooSharedPropertiesList::unregisterProperties().
virtual void RooRefCountList::Add | ( | TObject * | arg | ) | [inline, virtual] |
Reimplemented from RooLinkedList.
Definition at line 26 of file RooRefCountList.h.
References Add().
Reimplemented from RooLinkedList.
Reimplemented from RooLinkedList.