RefCountedObject

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addRef
void addRef()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseRef
void releaseRef()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

refCount
int refCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_refCount
int _refCount;
Undocumented in source.

Meta