WeakRefBase::WeakReference Class Reference

#include <refBase.h>

List of all members.


Detailed Description

Weak reference to WeakRefBase.


Public Member Functions

WeakRefBaseget ()
void incRefCount ()
void decRefCount ()

Private Member Functions

 WeakReference (WeakRefBase *object)
 ~WeakReference ()

Private Attributes

WeakRefBasemObject
U32 mRefCount

Friends

class WeakRefBase


Constructor & Destructor Documentation

WeakRefBase::WeakReference::WeakReference ( WeakRefBase object  )  [inline, private]

WeakRefBase::WeakReference::~WeakReference (  )  [inline, private]


Member Function Documentation

WeakRefBase* WeakRefBase::WeakReference::get (  )  [inline]

void WeakRefBase::WeakReference::incRefCount (  )  [inline]

void WeakRefBase::WeakReference::decRefCount (  )  [inline]


Friends And Related Function Documentation

friend class WeakRefBase [friend]


Member Data Documentation