#include <comptr.h>
Public Member Functions | |
ComPtr () | |
ComPtr (Type *ptr) | |
ComPtr (const ComPtr ©) | |
template<typename That > | |
ComPtr (const ComPtr< That > &that) | |
~ComPtr () | |
void | clear () |
Type * | get () const |
bool | is_null () const |
operator bool () const | |
operator Type * () const | |
bool | operator!= (const ComPtr &other) const |
Type *const | operator-> () const |
Type * | operator-> () |
bool | operator< (const ComPtr &other) const |
bool | operator<= (const ComPtr &other) const |
ComPtr & | operator= (const ComPtr ©) |
bool | operator== (const ComPtr &other) const |
bool | operator> (const ComPtr &other) const |
bool | operator>= (const ComPtr &other) const |
Type ** | output_variable () |
Public Attributes | |
Type * | ptr |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
|
inline |
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
References clan::ComPtr< Type >::ptr.
|
inline |
Type* clan::ComPtr< Type >::ptr |