|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Release an interface using automatic object (obsolete). More...
#include "funknown.h"
Public Member Functions | |
| FReleaser (FUnknown *u) | |
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:
Definition at line 552 of file funknown.h.
| Steinberg::FReleaser::FReleaser | ( | FUnknown * | u | ) |
Definition at line 554 of file funknown.h.
| Steinberg::FReleaser::~FReleaser | ( | ) |
Definition at line 555 of file funknown.h.
| FUnknown* Steinberg::FReleaser::u |
Definition at line 560 of file funknown.h.