Interface Technology Basics VST 3.7
SDK for developing VST plug-in
|
A base class which hides the FUnknown::iid static var. More...
#include <funknownimpl.h>
Public Types | |
using | iid = void |
Additional Inherited Members | |
Public Member Functions inherited from FUnknown | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
Query for a pointer to the specified interface. More... | |
virtual uint32 | addRef ()=0 |
Adds a reference and returns the new reference count. More... | |
virtual uint32 | release ()=0 |
Releases a reference and returns the new reference count. More... | |
Static Public Attributes inherited from FUnknown | |
static const FUID | iid |
A base class which hides the FUnknown::iid static var.
using iid = void |