Link element for the RooLinkedList class.
Definition at line 34 of file RooLinkedListElem.h.
Public Member Functions | |
| RooLinkedListElem ()=default | |
| RooLinkedListElem (TObject *arg) | |
| Constructor with payload. | |
| RooLinkedListElem (TObject *arg, RooLinkedListElem *after) | |
| virtual | ~RooLinkedListElem () |
| Int_t | decRefCount () |
| Int_t | incRefCount () |
| void | init (TObject *arg, RooLinkedListElem *after=nullptr) |
| virtual TClass * | IsA () const |
| Int_t | refCount () const |
| void | release () |
| virtual void | Streamer (TBuffer &) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Protected Member Functions | |
| RooLinkedListElem (const RooLinkedListElem &) | |
Protected Attributes | |
| TObject * | _arg = nullptr |
| Link to contents. | |
| RooLinkedListElem * | _next = nullptr |
| Link to next element in list. | |
| RooLinkedListElem * | _prev = nullptr |
| Link to previous element in list. | |
| Int_t | _refCount = 0 |
| ! Reference count | |
Friends | |
| class | RooFIterForLinkedList |
| class | RooLinkedList |
| class | RooLinkedListImplDetails::Chunk |
| class | RooLinkedListImplDetails::Pool |
| class | RooLinkedListIterImpl |
|
default |
|
inline |
Constructor with payload.
Definition at line 61 of file RooLinkedListElem.h.
|
inline |
Definition at line 63 of file RooLinkedListElem.h.
|
inlinevirtual |
Definition at line 73 of file RooLinkedListElem.h.
|
protected |
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 99 of file RooLinkedListElem.h.
|
inlinestatic |
Definition at line 99 of file RooLinkedListElem.h.
|
inline |
Definition at line 81 of file RooLinkedListElem.h.
|
inline |
Definition at line 80 of file RooLinkedListElem.h.
|
inline |
Definition at line 39 of file RooLinkedListElem.h.
|
inlinevirtual |
Definition at line 99 of file RooLinkedListElem.h.
|
inline |
Definition at line 79 of file RooLinkedListElem.h.
|
inline |
Definition at line 53 of file RooLinkedListElem.h.
|
virtual |
|
inline |
Definition at line 99 of file RooLinkedListElem.h.
|
friend |
Definition at line 88 of file RooLinkedListElem.h.
|
friend |
Definition at line 84 of file RooLinkedListElem.h.
|
friend |
Definition at line 86 of file RooLinkedListElem.h.
|
friend |
Definition at line 85 of file RooLinkedListElem.h.
|
friend |
Definition at line 87 of file RooLinkedListElem.h.
|
protected |
Link to contents.
Definition at line 91 of file RooLinkedListElem.h.
|
protected |
Link to next element in list.
Definition at line 90 of file RooLinkedListElem.h.
|
protected |
Link to previous element in list.
Definition at line 89 of file RooLinkedListElem.h.
|
protected |
! Reference count
Definition at line 92 of file RooLinkedListElem.h.