![]() |
ROOT
6.06/09
Reference Guide
|
Base-class for reference-counted objects.
By default the object is destroyed when zero reference-count is reached.
Definition at line 163 of file TEveUtil.h.
Public Member Functions | |
| TEveRefCnt () | |
| virtual | ~TEveRefCnt () |
| TEveRefCnt (const TEveRefCnt &) | |
| TEveRefCnt & | operator= (const TEveRefCnt &) |
| void | IncRefCount () |
| void | DecRefCount () |
| virtual void | OnZeroRefCount () |
| ClassDef (TEveRefCnt, 0) | |
Protected Attributes | |
| Int_t | fRefCount |
#include <TEveUtil.h>
Inheritance diagram for TEveRefCnt:
|
inline |
Definition at line 169 of file TEveUtil.h.
|
inlinevirtual |
Definition at line 170 of file TEveUtil.h.
|
inline |
Definition at line 172 of file TEveUtil.h.
| TEveRefCnt::ClassDef | ( | TEveRefCnt | , |
| 0 | |||
| ) |
|
inline |
Definition at line 176 of file TEveUtil.h.
Referenced by TEveCaloViz::AssignCaloVizParameters(), TEveRefBackPtr::DecRefCount(), TEveCaloViz::SetPalette(), TEveDigitSet::SetPalette(), and TEveCaloViz::~TEveCaloViz().
|
inline |
Definition at line 175 of file TEveUtil.h.
Referenced by TEveRefBackPtr::IncRefCount(), TEveCaloViz::SetPalette(), and TEveDigitSet::SetPalette().
|
inlinevirtual |
Reimplemented in TEveTrackPropagator.
Definition at line 178 of file TEveUtil.h.
Referenced by DecRefCount().
|
inline |
Definition at line 173 of file TEveUtil.h.
|
protected |
Definition at line 166 of file TEveUtil.h.
Referenced by TEveTrackPropagator::CheckReferenceCount(), and IncRefCount().