Interface Technology Basics VST 3.7
SDK for developing VST plug-in
|
Release an interface using automatic object (obsolete). More...
#include <funknown.h>
Public Member Functions | |
FReleaser (FUnknown *u) | |
~FReleaser () | |
Public Attributes | |
FUnknown * | u |
Release an interface using automatic object (obsolete).
This class is obsolete and is only kept for compatibility. The replacement for FReleaser is OPtr.
Usage example with FReleaser:
Usage example with OPtr:
|
inline |
FUnknown* u |