ROOT  6.06/08
Reference Guide
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
RooLinkedListElem Class Reference

Definition at line 30 of file RooLinkedListElem.h.

Public Member Functions

 RooLinkedListElem ()
 
void init (TObject *arg, RooLinkedListElem *after=0)
 
void release ()
 
 RooLinkedListElem (TObject *arg)
 
 RooLinkedListElem (TObject *arg, RooLinkedListElem *after)
 
virtual ~RooLinkedListElem ()
 
Int_t refCount () const
 
Int_t incRefCount ()
 
Int_t decRefCount ()
 

Protected Member Functions

 RooLinkedListElem (const RooLinkedListElem &)
 Reference count. More...
 

Protected Attributes

RooLinkedListElem_prev
 
RooLinkedListElem_next
 
TObject_arg
 
Int_t _refCount
 

Friends

class RooHashTable
 
class RooLinkedList
 
class RooLinkedListImplDetails::Pool
 
class RooLinkedListImplDetails::Chunk
 
class RooLinkedListIter
 
class RooFIter
 

#include <RooLinkedListElem.h>

+ Collaboration diagram for RooLinkedListElem:

Constructor & Destructor Documentation

§ RooLinkedListElem() [1/4]

RooLinkedListElem::RooLinkedListElem ( )
inline

Definition at line 33 of file RooLinkedListElem.h.

§ RooLinkedListElem() [2/4]

RooLinkedListElem::RooLinkedListElem ( TObject arg)
inline

Definition at line 58 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

Reference count.

Member Function Documentation

§ decRefCount()

Int_t RooLinkedListElem::decRefCount ( )
inline

Definition at line 81 of file RooLinkedListElem.h.

Referenced by RooRefCountList::Remove().

§ incRefCount()

Int_t RooLinkedListElem::incRefCount ( )
inline

Definition at line 80 of file RooLinkedListElem.h.

Referenced by RooRefCountList::Add().

§ init()

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

Definition at line 37 of file RooLinkedListElem.h.

Referenced by RooLinkedList::createElement().

§ refCount()

Int_t RooLinkedListElem::refCount ( ) const
inline

Definition at line 79 of file RooLinkedListElem.h.

Referenced by RooRefCountList::refCount().

§ release()

void RooLinkedListElem::release ( )
inline

Definition at line 51 of file RooLinkedListElem.h.

Referenced by RooLinkedList::deleteElement().

Friends And Related Function Documentation

§ RooFIter

friend class RooFIter
friend

Definition at line 89 of file RooLinkedListElem.h.

§ RooHashTable

friend class RooHashTable
friend

Definition at line 84 of file RooLinkedListElem.h.

§ RooLinkedList

friend class RooLinkedList
friend

Definition at line 85 of file RooLinkedListElem.h.

§ RooLinkedListImplDetails::Chunk

friend class RooLinkedListImplDetails::Chunk
friend

Definition at line 87 of file RooLinkedListElem.h.

§ RooLinkedListImplDetails::Pool

friend class RooLinkedListImplDetails::Pool
friend

Definition at line 86 of file RooLinkedListElem.h.

§ RooLinkedListIter

friend class RooLinkedListIter
friend

Definition at line 88 of file RooLinkedListElem.h.

Member Data Documentation

§ _arg

TObject* RooLinkedListElem::_arg
protected

§ _next

RooLinkedListElem* RooLinkedListElem::_next
protected

§ _prev

RooLinkedListElem* RooLinkedListElem::_prev
protected

§ _refCount

Int_t RooLinkedListElem::_refCount
protected

Definition at line 93 of file RooLinkedListElem.h.

Referenced by RooLinkedList::Add().


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