Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooLinkedListElem Class Reference

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 TClassIsA () const
 
Int_t refCount () const
 
void release ()
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
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
 

#include <RooLinkedListElem.h>

Constructor & Destructor Documentation

◆ RooLinkedListElem() [1/4]

RooLinkedListElem::RooLinkedListElem ( )
default

◆ RooLinkedListElem() [2/4]

RooLinkedListElem::RooLinkedListElem ( TObject arg)
inline

Constructor with payload.

Definition at line 61 of file RooLinkedListElem.h.

◆ RooLinkedListElem() [3/4]

RooLinkedListElem::RooLinkedListElem ( TObject arg,
RooLinkedListElem after 
)
inline

Definition at line 63 of file RooLinkedListElem.h.

◆ ~RooLinkedListElem()

virtual RooLinkedListElem::~RooLinkedListElem ( )
inlinevirtual

Definition at line 73 of file RooLinkedListElem.h.

◆ RooLinkedListElem() [4/4]

RooLinkedListElem::RooLinkedListElem ( const RooLinkedListElem )
protected

Member Function Documentation

◆ Class()

static TClass * RooLinkedListElem::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * RooLinkedListElem::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t RooLinkedListElem::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 99 of file RooLinkedListElem.h.

◆ DeclFileName()

static const char * RooLinkedListElem::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 99 of file RooLinkedListElem.h.

◆ decRefCount()

Int_t RooLinkedListElem::decRefCount ( )
inline

Definition at line 81 of file RooLinkedListElem.h.

◆ incRefCount()

Int_t RooLinkedListElem::incRefCount ( )
inline

Definition at line 80 of file RooLinkedListElem.h.

◆ init()

void RooLinkedListElem::init ( TObject arg,
RooLinkedListElem after = nullptr 
)
inline

Definition at line 39 of file RooLinkedListElem.h.

◆ IsA()

virtual TClass * RooLinkedListElem::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Definition at line 99 of file RooLinkedListElem.h.

◆ refCount()

Int_t RooLinkedListElem::refCount ( ) const
inline

Definition at line 79 of file RooLinkedListElem.h.

◆ release()

void RooLinkedListElem::release ( )
inline

Definition at line 53 of file RooLinkedListElem.h.

◆ Streamer()

virtual void RooLinkedListElem::Streamer ( TBuffer )
virtual

◆ StreamerNVirtual()

void RooLinkedListElem::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 99 of file RooLinkedListElem.h.

Friends And Related Symbol Documentation

◆ RooFIterForLinkedList

friend class RooFIterForLinkedList
friend

Definition at line 88 of file RooLinkedListElem.h.

◆ RooLinkedList

friend class RooLinkedList
friend

Definition at line 84 of file RooLinkedListElem.h.

◆ RooLinkedListImplDetails::Chunk

friend class RooLinkedListImplDetails::Chunk
friend

Definition at line 86 of file RooLinkedListElem.h.

◆ RooLinkedListImplDetails::Pool

friend class RooLinkedListImplDetails::Pool
friend

Definition at line 85 of file RooLinkedListElem.h.

◆ RooLinkedListIterImpl

friend class RooLinkedListIterImpl
friend

Definition at line 87 of file RooLinkedListElem.h.

Member Data Documentation

◆ _arg

TObject* RooLinkedListElem::_arg = nullptr
protected

Link to contents.

Definition at line 91 of file RooLinkedListElem.h.

◆ _next

RooLinkedListElem* RooLinkedListElem::_next = nullptr
protected

Link to next element in list.

Definition at line 90 of file RooLinkedListElem.h.

◆ _prev

RooLinkedListElem* RooLinkedListElem::_prev = nullptr
protected

Link to previous element in list.

Definition at line 89 of file RooLinkedListElem.h.

◆ _refCount

Int_t RooLinkedListElem::_refCount = 0
protected

! Reference count

Definition at line 92 of file RooLinkedListElem.h.

Libraries for RooLinkedListElem:

The documentation for this class was generated from the following file: