|
ClanLib
2.3.7
|
#include <comptr.h>
Public Member Functions | |
| CL_ComPtr () | |
| CL_ComPtr (Type *ptr) | |
| CL_ComPtr (const CL_ComPtr ©) | |
| ~CL_ComPtr () | |
| void | clear () |
| bool | is_null () const |
| operator Type * () | |
| const Type *const | operator-> () const |
| Type * | operator-> () |
| CL_ComPtr & | operator= (const CL_ComPtr ©) |
| Type ** | output_variable () |
Public Attributes | |
| Type * | ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References CL_ComPtr< Type >::ptr.
|
inline |
| Type* CL_ComPtr< Type >::ptr |
Referenced by CL_ComPtr< Type >::operator=().
1.8.4