GL Studio C++ Runtime API
|
#include <weak_reference.h>
Public Member Functions | |
virtual WeakReferenceable * | GetReferent () const =0 |
virtual void | NotifyReferentDestroyed ()=0 |
Notify this weak reference that the object destroyed. | |
Interface for holding a weak reference to an object. This class should generally not be used directly. Use WeakRef instead
|
pure virtual |