library: libRooFit #include "RooLinkedListElem.h" |
RooLinkedListElem
class description - header file - 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