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 () | |
| 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 169 of file TEveUtil.h.
      
  | 
  inlinevirtual | 
Definition at line 170 of file TEveUtil.h.
      
  | 
  inline | 
Definition at line 172 of file TEveUtil.h.
      
  | 
  inline | 
Definition at line 176 of file TEveUtil.h.
      
  | 
  inline | 
Definition at line 175 of file TEveUtil.h.
      
  | 
  inlinevirtual | 
Reimplemented in TEveTrackPropagator.
Definition at line 178 of file TEveUtil.h.
      
  | 
  inline | 
Definition at line 173 of file TEveUtil.h.
      
  | 
  protected | 
Definition at line 166 of file TEveUtil.h.