library: libRooFit
#include "RooLinkedListElem.h"

RooLinkedListElem


class description - header file - source file - inheritance tree (.pdf)

class RooLinkedListElem

Inheritance Chart:
RooLinkedListElem

    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)

Data Members


    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

Class Description

RooLinkedListElem(TObject* arg)
 Initial element ctor
RooLinkedListElem(TObject* arg, RooLinkedListElem* after)
 Link element ctor
virtual ~RooLinkedListElem()
 Destructor
Int_t refCount()
Int_t incRefCount()
Int_t decRefCount()
RooLinkedListElem(const RooLinkedListElem&)
 Forbidden

Last update: Tue Jul 11 11:45:52 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.