#include <DecoratorSmart.h>
Public Member Functions | |
| SmartMultiPtr (CComPtr< t > *x) | |
| ~SmartMultiPtr () | |
| operator CComPtr< t > * () | |
| t ** | operator& () |
Definition at line 476 of file DecoratorSmart.h.
| SmartMultiPtr< t >::SmartMultiPtr | ( | CComPtr< t > * | x | ) | [inline] |
Definition at line 479 of file DecoratorSmart.h.
| SmartMultiPtr< t >::~SmartMultiPtr | ( | ) | [inline] |
Definition at line 480 of file DecoratorSmart.h.
| SmartMultiPtr< t >::operator CComPtr< t > * | ( | ) | [inline] |
Definition at line 481 of file DecoratorSmart.h.
| t** SmartMultiPtr< t >::operator& | ( | ) | [inline] |
Definition at line 482 of file DecoratorSmart.h.
1.6.3