Scaleform::WeakPtrProxy
class WeakPtrProxy : public NewOverrideBase<Stat_Default_Mem>;
WeakPtr helper class for making objects that can have weak pointers.
Method |
Description |
WeakPtrProxy Constructor. | |
Increments the reference count of the object. | |
WeakPtr calls this function to determine if its pointer is valid or not. | |
Objects call this function to inform of their death. | |
Decrements the reference count of the object. | |
Returns the object which is supported by a weak pointer. |
SF_RefCount.h