Nui
Public Member Functions | List of all members
Microsoft::WRL::Details::ComPtrRef< T > Class Template Reference

#include <client.h>

Inheritance diagram for Microsoft::WRL::Details::ComPtrRef< T >:
Inheritance graph
[legend]
Collaboration diagram for Microsoft::WRL::Details::ComPtrRef< T >:
Collaboration graph
[legend]

Public Member Functions

 ComPtrRef (T *ptr) throw ()
 
 operator void ** () const throw ()
 
 operator T* () throw ()
 
 operator typename ComPtrRefBase< T >::InterfaceType ** () throw ()
 
ComPtrRefBase< T >::InterfaceTypeoperator* () throw ()
 
ComPtrRefBase< T >::InterfaceType *const * GetAddressOf () const throw ()
 
ComPtrRefBase< T >::InterfaceType ** ReleaseAndGetAddressOf () throw ()
 
- Public Member Functions inherited from Microsoft::WRL::Details::ComPtrRefBase< T >
 operator IInspectable ** () const throw ()
 
 operator IUnknown ** () const throw ()
 

Additional Inherited Members

- Public Types inherited from Microsoft::WRL::Details::ComPtrRefBase< T >
typedef T::InterfaceType InterfaceType
 
- Protected Attributes inherited from Microsoft::WRL::Details::ComPtrRefBase< T >
T * ptr_
 

Constructor & Destructor Documentation

◆ ComPtrRef()

template<typename T >
Microsoft::WRL::Details::ComPtrRef< T >::ComPtrRef ( T *  ptr)
throw (
)
inline

Member Function Documentation

◆ GetAddressOf()

template<typename T >
ComPtrRefBase<T>::InterfaceType* const* Microsoft::WRL::Details::ComPtrRef< T >::GetAddressOf ( ) const
throw (
)
inline

◆ operator T*()

template<typename T >
Microsoft::WRL::Details::ComPtrRef< T >::operator T* ( )
throw (
)
inline

◆ operator typename ComPtrRefBase< T >::InterfaceType **()

template<typename T >
Microsoft::WRL::Details::ComPtrRef< T >::operator typename ComPtrRefBase< T >::InterfaceType ** ( )
throw (
)
inline

◆ operator void **()

template<typename T >
Microsoft::WRL::Details::ComPtrRef< T >::operator void ** ( ) const
throw (
)
inline

◆ operator*()

template<typename T >
ComPtrRefBase<T>::InterfaceType* Microsoft::WRL::Details::ComPtrRef< T >::operator* ( )
throw (
)
inline

◆ ReleaseAndGetAddressOf()

template<typename T >
ComPtrRefBase<T>::InterfaceType** Microsoft::WRL::Details::ComPtrRef< T >::ReleaseAndGetAddressOf ( )
throw (
)
inline

The documentation for this class was generated from the following file: