![]() |
Audacity 3.2.0
|
#include <VSTEffect.h>
Public Member Functions | |
| ResourceHandle (CFBundleRef pHandle=nullptr, CFBundleRefNum num=0) | |
| ResourceHandle & | operator= (ResourceHandle &&other) |
| ~ResourceHandle () | |
| void | reset () |
Public Attributes | |
| CFBundleRef | mpHandle {} |
| CFBundleRefNum | mNum {} |
Definition at line 249 of file VSTEffect.h.
|
inline |
Definition at line 250 of file VSTEffect.h.
|
inline |
Definition at line 264 of file VSTEffect.h.
References reset().
|
inline |
| void VSTEffect::ResourceHandle::reset | ( | ) |
Definition at line 777 of file VSTEffect.cpp.
References mNum, and mpHandle.
Referenced by VSTEffectWrapper::ResetModuleAndHandle(), and ~ResourceHandle().
| CFBundleRefNum VSTEffectWrapper::ResourceHandle::mNum {} |
Definition at line 268 of file VSTEffect.h.
Referenced by operator=(), and reset().
| CFBundleRef VSTEffectWrapper::ResourceHandle::mpHandle {} |
Definition at line 267 of file VSTEffect.h.
Referenced by operator=(), and reset().