Base class for reference counted objects, maintains reference counter inplace.
If some class is not inherited from RefCountedObject, additional object will be required to hold counters.
increments reference counter
decrement reference counter, destroy object if no more references left
returns current value of reference counter
count of references to this object from Ref
See Implementation
Base class for reference counted objects, maintains reference counter inplace.
If some class is not inherited from RefCountedObject, additional object will be required to hold counters.