#include <OVR_RefCount.h>
Public Member Functions | |
int | GetRefCount () const |
void | operator= (const RefCountNTSImplCore &) |
OVR_FORCE_INLINE | RefCountNTSImplCore () |
virtual | ~RefCountNTSImplCore () |
Static Public Member Functions | |
static OVR_FORCE_INLINE void | checkInvalidDelete (RefCountNTSImplCore *) |
Protected Attributes | |
int | RefCount |
Definition at line 86 of file OVR_RefCount.h.
Definition at line 93 of file OVR_RefCount.h.
OVR::RefCountNTSImplCore::~RefCountNTSImplCore | ( | ) | [virtual] |
Definition at line 48 of file OVR_RefCount.cpp.
static OVR_FORCE_INLINE void OVR::RefCountNTSImplCore::checkInvalidDelete | ( | RefCountNTSImplCore * | ) | [inline, static] |
Definition at line 114 of file OVR_RefCount.h.
int OVR::RefCountNTSImplCore::GetRefCount | ( | ) | const [inline] |
Definition at line 101 of file OVR_RefCount.h.
void OVR::RefCountNTSImplCore::operator= | ( | const RefCountNTSImplCore & | ) | [inline] |
Definition at line 118 of file OVR_RefCount.h.
int OVR::RefCountNTSImplCore::RefCount [mutable, protected] |
Definition at line 89 of file OVR_RefCount.h.