library: libCore
#include "TRefCnt.h"

TRefCnt


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

class TRefCnt

Inheritance Chart:
TRefCnt
<-
TGFont
TGGC
TGLayoutHints
<-
TGTableLayoutHints
TGXYLayoutHints
TGPicture
<-
TGSelectedPicture
TStringRef

    public:
TRefCnt(Int_t initRef = 0) TRefCnt(TRefCnt::EReferenceFlag) TRefCnt(const TRefCnt&) virtual ~TRefCnt() void AddReference() TRefCnt& operator=(const TRefCnt&) UInt_t References() const UInt_t RemoveReference() void SetRefCount(UInt_t r)

Data Members


    protected:
UInt_t fRefs (1 less than) number of references public:
static const TRefCnt::EReferenceFlag kStaticInit

Class Description

TRefCnt(Int_t initRef = 0)
TRefCnt(EReferenceFlag)
virtual ~TRefCnt()
UInt_t References()
void SetRefCount(UInt_t r)
void AddReference()
UInt_t RemoveReference()

Last update: Tue Jul 11 11:58:49 2006


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.