#include <TRefCounted.h>
Public Member Functions | |
TRefCounted () | |
~TRefCounted () | |
TINT | DecRefCount () |
TINT | GetRefCount () |
TINT | IncRefCount () |
TRefCounted & | operator= (TRefCounted const &) |
Protected Attributes | |
TINT | m_iRefCount |
Definition at line 5 of file TRefCounted.h.
|
inline |
Definition at line 8 of file TRefCounted.h.
|
inline |
Definition at line 9 of file TRefCounted.h.
|
inline |
Definition at line 11 of file TRefCounted.h.
|
inline |
Definition at line 12 of file TRefCounted.h.
|
inline |
Definition at line 13 of file TRefCounted.h.
|
inline |
Definition at line 14 of file TRefCounted.h.
|
protected |
Definition at line 17 of file TRefCounted.h.