Bike-X
0.8
|
#include "OVR_RefCount.h"
Public Member Functions | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Static Public Member Functions | |
static void | checkInvalidDelete (RefCountImplCore *) |
Protected Attributes | |
volatile int | RefCount |
Definition at line 62 of file OVR_RefCount.h.
|
inline |
Definition at line 69 of file OVR_RefCount.h.
|
virtual |
Definition at line 42 of file OVR_RefCount.cpp.
|
inlinestatic |
Definition at line 90 of file OVR_RefCount.h.
|
inline |
Definition at line 77 of file OVR_RefCount.h.
|
inline |
Definition at line 94 of file OVR_RefCount.h.
|
protected |
Definition at line 65 of file OVR_RefCount.h.