|
Ardour
9.0-pre0-1950-g391fe97693
|
#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 152 of file vst3_host.h.
| Steinberg::RefObject::RefObject | ( | ) |
|
inlinevirtual |
Definition at line 156 of file vst3_host.h.
| uint32 PLUGIN_API Steinberg::RefObject::addRef | ( | ) |
| uint32 PLUGIN_API Steinberg::RefObject::release | ( | ) |
|
private |
Definition at line 161 of file vst3_host.h.