Ardour
9.0-pre0-582-g084a23a80d
|
#include <vst3_host.h>
Public Member Functions | |
RefObject () | |
virtual | ~RefObject () |
uint32 PLUGIN_API | addRef () SMTG_OVERRIDE |
uint32 PLUGIN_API | release () SMTG_OVERRIDE |
Private Attributes | |
std::atomic< int > | _cnt |
Definition at line 148 of file vst3_host.h.
Steinberg::RefObject::RefObject | ( | ) |
|
inlinevirtual |
Definition at line 152 of file vst3_host.h.
uint32 PLUGIN_API Steinberg::RefObject::addRef | ( | ) |
uint32 PLUGIN_API Steinberg::RefObject::release | ( | ) |
|
private |
Definition at line 157 of file vst3_host.h.