Handy base class for writing COM objects, providing ref-counting and a basic QueryInterface method. More...
#include <juce_win32_ComSmartPtr.h>
Public Member Functions | |
ComBaseClassHelper (unsigned int initialRefCount=1) | |
~ComBaseClassHelper () | |
ULONG __stdcall | AddRef () |
JUCE_COMRESULT | QueryInterface (REFIID refId, void **result) |
ULONG __stdcall | Release () |
Protected Member Functions | |
template<class Type > | |
JUCE_COMRESULT | castToType (void **result) |
Protected Attributes | |
ULONG | refCount |
Handy base class for writing COM objects, providing ref-counting and a basic QueryInterface method.
{Core}
|
inline |
|
inline |
|
inlineinherited |
|
inlineprotectedinherited |
|
inline |
References __uuidof, and juce::ComBaseClassHelperBase< ComClass >::QueryInterface().
|
inlineinherited |
|
protectedinherited |