|
Windows C++ Library
|
| ComPtr() | WCL::ComPtr< T > | [inline] |
| ComPtr(T *pInterface, bool bAddRef=false) | WCL::ComPtr< T > | [inline, explicit] |
| ComPtr(const CLSID &rCLSID) | WCL::ComPtr< T > | [inline, explicit] |
| ComPtr(const ComPtr &rhs) | WCL::ComPtr< T > | [inline] |
| ComPtr(const IFacePtr< U > &rhs) | WCL::ComPtr< T > | [inline, explicit] |
| CreateInstance(const CLSID &rCLSID) | WCL::ComPtr< T > | [inline] |
| Detach() | WCL::IFacePtr< T > | [inline] |
| IFacePtr() | WCL::IFacePtr< T > | [inline] |
| IFacePtr(T *pInterface, bool bAddRef=false) | WCL::IFacePtr< T > | [inline, explicit] |
| IFacePtr(const IFacePtr &oPtr) | WCL::IFacePtr< T > | [inline] |
| MAX_GUID_CHARS | WCL::ComPtr< T > | [private, static] |
| operator=(const ComPtr &rhs) | WCL::ComPtr< T > | [inline] |
| operator=(const IFacePtr< U > &rhs) | WCL::ComPtr< T > | [inline] |
| WCL::IFacePtr::operator=(const IFacePtr &oPtr) | WCL::IFacePtr< T > | [inline] |
| QueryInterface(const IFacePtr< U > &rhs) | WCL::ComPtr< T > | [inline] |
| Release() | WCL::IFacePtr< T > | [inline] |
| ~ComPtr() | WCL::ComPtr< T > | [inline] |
| ~IFacePtr() | WCL::IFacePtr< T > | [inline] |
1.7.6.1