library: libRooFit #include "RooLinkedListElem.h" |
RooLinkedListElem
class description - source file - inheritance tree (.pdf)
protected:
RooLinkedListElem(const RooLinkedListElem&)
public:
RooLinkedListElem(TObject* arg)
RooLinkedListElem(TObject* arg, RooLinkedListElem* after)
virtual ~RooLinkedListElem()
static TClass* Class()
Int_t decRefCount()
Int_t incRefCount()
virtual TClass* IsA() const
RooLinkedListElem& operator=(const RooLinkedListElem&)
Int_t refCount() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
RooLinkedListElem* _prev Link to previous element in list
RooLinkedListElem* _next Link to next element in list
TObject* _arg Link to contents
Int_t _refCount ! Reference count
Inline Functions
void ~RooLinkedListElem()
RooLinkedListElem RooLinkedListElem(TObject* arg)
RooLinkedListElem RooLinkedListElem(TObject* arg, RooLinkedListElem* after)
Int_t refCount() const
Int_t incRefCount()
Int_t decRefCount()
RooLinkedListElem RooLinkedListElem(const RooLinkedListElem&)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RooLinkedListElem& operator=(const RooLinkedListElem&)
Last update: Tue Jun 28 18:13:24 2005
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.