WeakPtrProxy

WeakPtrProxy
Scaleform::WeakPtrProxy
Declaration
class WeakPtrProxy : public NewOverrideBase<Stat_Default_Mem>;
Description

WeakPtr helper class for making objects that can have weak pointers.

Methods
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. 
File

SF_RefCount.h