Class RefCountedObject

Base class for reference counted objects, maintains reference counter inplace.

class RefCountedObject

If some class is not inherited from RefCountedObject, additional object will be required to hold counters.

Fields

TypeNameDescription
ulong
refCount Count of references to this object from Ref