Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::RefCountImplCore Class Reference

#include "OVR_RefCount.h"

Inheritance diagram for OVR::RefCountImplCore:
Inheritance graph
Collaboration diagram for OVR::RefCountImplCore:
Collaboration graph

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
 

Detailed Description

Definition at line 62 of file OVR_RefCount.h.

Constructor & Destructor Documentation

OVR_FORCE_INLINE OVR::RefCountImplCore::RefCountImplCore ( )
inline

Definition at line 69 of file OVR_RefCount.h.

OVR::RefCountImplCore::~RefCountImplCore ( )
virtual

Definition at line 42 of file OVR_RefCount.cpp.

Member Function Documentation

static void OVR::RefCountImplCore::checkInvalidDelete ( RefCountImplCore )
inlinestatic

Definition at line 90 of file OVR_RefCount.h.

int OVR::RefCountImplCore::GetRefCount ( ) const
inline

Definition at line 77 of file OVR_RefCount.h.

void OVR::RefCountImplCore::operator= ( const RefCountImplCore )
inline

Definition at line 94 of file OVR_RefCount.h.

Field Documentation

volatile int OVR::RefCountImplCore::RefCount
protected

Definition at line 65 of file OVR_RefCount.h.


The documentation for this class was generated from the following files: