Base-class for reference-counted objects.
By default the object is destroyed when zero reference-count is reached.
Definition at line 162 of file TEveUtil.h.
Public Member Functions | |
TEveRefCnt () | |
TEveRefCnt (const TEveRefCnt &) | |
virtual | ~TEveRefCnt () |
void | DecRefCount () |
void | IncRefCount () |
virtual void | OnZeroRefCount () |
TEveRefCnt & | operator= (const TEveRefCnt &) |
Protected Attributes | |
Int_t | fRefCount |
#include <TEveUtil.h>
|
inline |
Definition at line 168 of file TEveUtil.h.
|
inlinevirtual |
Definition at line 169 of file TEveUtil.h.
|
inline |
Definition at line 171 of file TEveUtil.h.
|
inline |
Definition at line 175 of file TEveUtil.h.
|
inline |
Definition at line 174 of file TEveUtil.h.
|
inlinevirtual |
Reimplemented in TEveFrameBox, TEveRGBAPalette, and TEveTrackPropagator.
Definition at line 177 of file TEveUtil.h.
|
inline |
Definition at line 172 of file TEveUtil.h.
|
protected |
Definition at line 165 of file TEveUtil.h.