AUI Framework
develop
Cross-platform base for C++ UI apps
|
Takes care of AddRef and Release() reference counting mechanism of COM objects. More...
#include <AUI/Platform/win32/AComPtr.h>
Public Member Functions | |
T ** | operator& () noexcept |
AComPtr (T *value) | |
AComPtr (const AComPtr< T > &rhs) | |
AComPtr (AComPtr< T > &&rhs) | |
T * | value () const noexcept |
T * | operator* () const noexcept |
T * | operator-> () const noexcept |
operator T* () const noexcept | |
operator bool () const noexcept | |
Takes care of AddRef and Release() reference counting mechanism of COM objects.
T |