+
class RooLinkedListElem
-
library: libRooFitCore
#include "RooLinkedListElem.h"
Display options:
Show inherited
Show non-public

class RooLinkedListElem

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)
 Link element ctor
virtual ~RooLinkedListElem()
 Destructor
 Remove self from link
Int_t refCount()
{ return _refCount ; }
Int_t incRefCount()
{ return ++_refCount ; }
Int_t decRefCount()
{ return --_refCount ; }
RooLinkedListElem(const RooLinkedListElem&)
 Forbidden

Last update: Mon Jun 25 19:44:27 2007
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.