Interface Technology Basics VST 3.7
SDK for developing VST plug-in
|
This struct implements reference counting for the U::Implements
template.
More...
#include <funknownimpl.h>
Public Member Functions | |
RefCounted ()=default | |
RefCounted (const RefCounted &) | |
RefCounted (RefCounted &&other) SMTG_NOEXCEPT | |
virtual | ~RefCounted ()=default |
RefCounted & | operator= (const RefCounted &) |
RefCounted & | operator= (RefCounted &&other) SMTG_NOEXCEPT |
uint32 | addRef () |
uint32 | release () |
This struct implements reference counting for the U::Implements
template.
It also provides a queryInterface
method stub to support queryInterface
call made in the U::Implements
template.
|
default |
|
inline |
|
inline |
|
virtualdefault |
|
inline |
|
inline |
|
inline |
|
inline |