Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
RooLinkedListElem Class Reference

RooLinkedListElem is an link element for the RooLinkedList class.

Definition at line 30 of file RooLinkedListElem.h.

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

TObject_arg
 
RooLinkedListElem_next
 
RooLinkedListElem_prev
 
Int_t _refCount
 

Friends

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

#include <RooLinkedListElem.h>

Constructor & Destructor Documentation

RooLinkedListElem::RooLinkedListElem ( )
inline

Definition at line 33 of file RooLinkedListElem.h.

RooLinkedListElem::RooLinkedListElem ( TObject arg)
inline

Definition at line 58 of file RooLinkedListElem.h.

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

Definition at line 63 of file RooLinkedListElem.h.

virtual RooLinkedListElem::~RooLinkedListElem ( )
inlinevirtual

Definition at line 73 of file RooLinkedListElem.h.

RooLinkedListElem::RooLinkedListElem ( const RooLinkedListElem )
protected

Reference count.

Member Function Documentation

Int_t RooLinkedListElem::decRefCount ( )
inline

Definition at line 81 of file RooLinkedListElem.h.

Int_t RooLinkedListElem::incRefCount ( )
inline

Definition at line 80 of file RooLinkedListElem.h.

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

Definition at line 37 of file RooLinkedListElem.h.

Int_t RooLinkedListElem::refCount ( ) const
inline

Definition at line 79 of file RooLinkedListElem.h.

void RooLinkedListElem::release ( )
inline

Definition at line 51 of file RooLinkedListElem.h.

Friends And Related Function Documentation

friend class RooFIter
friend

Definition at line 89 of file RooLinkedListElem.h.

friend class RooHashTable
friend

Definition at line 84 of file RooLinkedListElem.h.

friend class RooLinkedList
friend

Definition at line 85 of file RooLinkedListElem.h.

friend class RooLinkedListImplDetails::Chunk
friend

Definition at line 87 of file RooLinkedListElem.h.

friend class RooLinkedListImplDetails::Pool
friend

Definition at line 86 of file RooLinkedListElem.h.

friend class RooLinkedListIter
friend

Definition at line 88 of file RooLinkedListElem.h.

Member Data Documentation

TObject* RooLinkedListElem::_arg
protected

Definition at line 92 of file RooLinkedListElem.h.

RooLinkedListElem* RooLinkedListElem::_next
protected

Definition at line 91 of file RooLinkedListElem.h.

RooLinkedListElem* RooLinkedListElem::_prev
protected

Definition at line 90 of file RooLinkedListElem.h.

Int_t RooLinkedListElem::_refCount
protected

Definition at line 93 of file RooLinkedListElem.h.


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