#include <OVR_RefCount.h>
Public Member Functions | |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
Static Public Member Functions | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Attributes | |
volatile int | RefCount |
Definition at line 51 of file OVR_RefCount.h.
OVR_FORCE_INLINE OVR::RefCountImplCore::RefCountImplCore | ( | ) | [inline] |
Definition at line 58 of file OVR_RefCount.h.
OVR::RefCountImplCore::~RefCountImplCore | ( | ) | [virtual] |
Definition at line 31 of file OVR_RefCount.cpp.
static void OVR::RefCountImplCore::checkInvalidDelete | ( | RefCountImplCore * | ) | [inline, static] |
Definition at line 79 of file OVR_RefCount.h.
int OVR::RefCountImplCore::GetRefCount | ( | ) | const [inline] |
Definition at line 66 of file OVR_RefCount.h.
void OVR::RefCountImplCore::operator= | ( | const RefCountImplCore & | ) | [inline] |
Definition at line 83 of file OVR_RefCount.h.
volatile int OVR::RefCountImplCore::RefCount [protected] |
Definition at line 54 of file OVR_RefCount.h.