Base class for all reference counting objects. More...
#include <RefCountedObjectImpl.hpp>
Public Member Functions | |
| template<class TPreObjectDestroy> | |
| ReferenceCounterValueType | Release (TPreObjectDestroy &&PreObjectDestroy) |
Base class for all reference counting objects.
|
inline |
Internal lifetime hook used by implementations that must run cleanup after the strong reference count reaches zero but before the object is detached from its reference counters.