WeakRefBase
Engine/source/core/util/refBase.h
Base class for objects which can be weakly referenced (i.e., reference goes away when object is destroyed).
Classes:
class
Weak reference to WeakRefBase.
Private Attributes
Public Functions
Protected Functions
Detailed Description
Base class for objects which can be weakly referenced (i.e., reference goes away when object is destroyed).
Private Attributes
WeakReference * mReference