library: libRooFit
#include "RooLinkedListElem.h"

RooLinkedListElem


class description - header file - source file
viewCVS header - viewCVS source

class RooLinkedListElem

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
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:
RooLinkedListElem*_prevLink to previous element in list
RooLinkedListElem*_nextLink to next element in list
TObject*_argLink to contents
Int_t_refCount! Reference count

Class Description

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: Sat Dec 9 09:58:48 2006
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

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.