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