Searched defs:_com_ptr_t (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomip.h56 template<typename _IIID> class _com_ptr_t { class
61 template<typename _OtherIID> _com_ptr_t(const _com_ptr_t<_OtherIID> &p) : m_pInterface(NULL) { function in class:_com_ptr_t
65 template<typename _InterfaceType> _com_ptr_t(_InterfaceType *p) : m_pInterface(NULL) { function in class:_com_ptr_t
69 _com_ptr_t(LPSTR str) { new(this) _com_ptr_t(static_cast<LPCSTR> (str),NULL); } function in class:_com_ptr_t
70 _com_ptr_t(LPWSTR str) { new(this) _com_ptr_t(static_cast<LPCWSTR> (str),NULL); } function in class:_com_ptr_t
71 explicit _com_ptr_t(_com_ptr_t * function in class:_com_ptr_t
78 _com_ptr_t() throw() : m_pInterface(NULL) { } function in class:_com_ptr_t
79 _com_ptr_t(int null) : m_pInterface(NULL) { function in class:_com_ptr_t
87 _com_ptr_t(const _com_ptr_t &cp) throw() : m_pInterface(cp.m_pInterface) { _AddRef(); } function in class:_com_ptr_t
88 _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); } function in class:_com_ptr_t
89 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) { function in class:_com_ptr_t
92 _com_ptr_t(const _variant_t& varSrc) : m_pInterface(NULL) { function in class:_com_ptr_t
96 explicit _com_ptr_t(const CLSID &clsid,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) : m_pInterface(NULL) { function in class:_com_ptr_t
100 explicit _com_ptr_t(LPCWSTR str,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) : m_pInterface(NULL) { function in class:_com_ptr_t
104 explicit _com_ptr_t(LPCSTR str,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) : m_pInterface(NULL) { function in class:_com_ptr_t
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomip.h56 template<typename _IIID> class _com_ptr_t { class
61 template<typename _OtherIID> _com_ptr_t(const _com_ptr_t<_OtherIID> &p) : m_pInterface(NULL) { function in class:_com_ptr_t
65 template<typename _InterfaceType> _com_ptr_t(_InterfaceType *p) : m_pInterface(NULL) { function in class:_com_ptr_t
69 _com_ptr_t(LPSTR str) { new(this) _com_ptr_t(static_cast<LPCSTR> (str),NULL); } function in class:_com_ptr_t
70 _com_ptr_t(LPWSTR str) { new(this) _com_ptr_t(static_cast<LPCWSTR> (str),NULL); } function in class:_com_ptr_t
71 explicit _com_ptr_t(_com_ptr_t * function in class:_com_ptr_t
78 _com_ptr_t() throw() : m_pInterface(NULL) { } function in class:_com_ptr_t
79 _com_ptr_t(int null) : m_pInterface(NULL) { function in class:_com_ptr_t
87 _com_ptr_t(const _com_ptr_t &cp) throw() : m_pInterface(cp.m_pInterface) { _AddRef(); } function in class:_com_ptr_t
88 _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); } function in class:_com_ptr_t
89 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) { function in class:_com_ptr_t
92 _com_ptr_t(const _variant_t& varSrc) : m_pInterface(NULL) { function in class:_com_ptr_t
96 explicit _com_ptr_t(const CLSID &clsid,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) : m_pInterface(NULL) { function in class:_com_ptr_t
100 explicit _com_ptr_t(LPCWSTR str,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) : m_pInterface(NULL) { function in class:_com_ptr_t
104 explicit _com_ptr_t(LPCSTR str,IUnknown *pOuter = NULL,DWORD dwClsContext = CLSCTX_ALL) : m_pInterface(NULL) { function in class:_com_ptr_t
[all...]

Completed in 1250 milliseconds