class RooLinkedListElem



RooLinkedListElem is an link element for the RooLinkedList class

Function Members (Methods)

public:
RooLinkedListElem(TObject* arg)
RooLinkedListElem(TObject* arg, RooLinkedListElem* after)
virtual~RooLinkedListElem()
static TClass*Class()
Int_tdecRefCount()
Int_tincRefCount()
virtual TClass*IsA() const
RooLinkedListElem&operator=(const RooLinkedListElem&)
Int_trefCount() const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
RooLinkedListElem(const RooLinkedListElem&)

Data Members

protected:
TObject*_argLink to contents
RooLinkedListElem*_nextLink to next element in list
RooLinkedListElem*_prevLink to previous element in list
Int_t_refCount! Reference count

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

RooLinkedListElem(TObject* arg)
 Initial element ctor
RooLinkedListElem(TObject* arg, RooLinkedListElem* after)
 Constructor with payload and next chain element
virtual ~RooLinkedListElem()
 Destructor
Int_t refCount()
{ return _refCount ; }
Int_t incRefCount()
{ return ++_refCount ; }
Int_t decRefCount()
{ return --_refCount ; }
RooLinkedListElem(const RooLinkedListElem&)
 Forbidden

Last change: Wed Jun 25 08:33:21 2008
Last generated: 2008-06-25 08:33
Copyright (c) 2000-2005, Regents of the University of California *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.