IMPLEMENT_REFCOUNT

Undocumented in source.
version(VST3)
nothrow @nogc
mixin template IMPLEMENT_REFCOUNT () {}

Members

Functions

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

Variables

_funknownRefCount
shared(int) _funknownRefCount;
Undocumented in source.

Meta