TrackedClass

Undocumented in source.
class TrackedClass : NuRefCounted {}

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Inherited Members

From NuRefCounted

refs
uint refs [@property getter]

The current reference count of the object.

retain
NuRefCounted retain()

Retains a reference to a valid object.

release
NuRefCounted release()

Releases a reference from a valid object.

autorelease
NuRefCounted autorelease()

Pushes this refcounted object to the topmost auto release pool.

isValid
bool isValid()

Returns whether this object is valid.

Meta