|
openshot-audio
0.1.7
|
#include <juce_VST3Common.h>
Public Member Functions | |
| ComSmartPtr () noexcept | |
| ComSmartPtr (ObjectType *object, bool autoAddRef=true) noexcept | |
| ComSmartPtr (const ComSmartPtr &other) noexcept | |
| ~ComSmartPtr () | |
| operator ObjectType * () const noexcept | |
| ObjectType * | get () const noexcept |
| ObjectType & | operator* () const noexcept |
| ObjectType * | operator-> () const noexcept |
| ComSmartPtr & | operator= (const ComSmartPtr &other) |
| ComSmartPtr & | operator= (ObjectType *const newObjectToTakePossessionOf) |
| bool | operator== (ObjectType *const other) noexcept |
| bool | operator!= (ObjectType *const other) noexcept |
| bool | loadFrom (Steinberg::FUnknown *o) |
| bool | loadFrom (Steinberg::IPluginFactory *factory, const Steinberg::TUID &uuid) |
| ComSmartPtr () throw () | |
| ComSmartPtr (ComClass *const obj) | |
| ComSmartPtr (const ComSmartPtr< ComClass > &other) | |
| ~ComSmartPtr () | |
| operator ComClass * () const throw () | |
| ComClass & | operator* () const throw () |
| ComClass * | operator-> () const throw () |
| ComSmartPtr & | operator= (ComClass *const newP) |
| ComSmartPtr & | operator= (const ComSmartPtr< ComClass > &newP) |
| ComClass ** | resetAndGetPointerAddress () |
| HRESULT | CoCreateInstance (REFCLSID classUUID, DWORD dwClsContext=CLSCTX_INPROC_SERVER) |
| template<class OtherComClass > | |
| HRESULT | QueryInterface (REFCLSID classUUID, ComSmartPtr< OtherComClass > &destObject) const |
| template<class OtherComClass > | |
| HRESULT | QueryInterface (ComSmartPtr< OtherComClass > &destObject) const |
A simple COM smart pointer.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline | |||||||||||||
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline | |||||||||||||
|
inlinenoexcept |
|
inlinenoexcept |
|
inline | |||||||||||||
|
inlinenoexcept |
|
inline | |||||||||||||
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
1.8.13