|
foobar2000 SDK
2015-01-14
|
#include <win-objects.h>
Inheritance diagram for ImplementCOMRefCounter< TBase >:Public Member Functions | |
| ULONG STDMETHODCALLTYPE | Release () |
| TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD (ImplementCOMRefCounter, TBase) ULONG STDMETHODCALLTYPE AddRef() | |
Protected Member Functions | |
| virtual | ~ImplementCOMRefCounter () |
Private Attributes | |
| pfc::refcounter | m_refcounter |
Simple implementation of a COM reference counter. The initial reference count is zero, so it can be used with pfc::com_ptr_t<> with plain operator=/constructor rather than attach().
Definition at line 243 of file win-objects.h.
|
inlineprotectedvirtual |
Definition at line 255 of file win-objects.h.
|
inline |
Definition at line 249 of file win-objects.h.
|
inline |
Definition at line 245 of file win-objects.h.
|
private |
Definition at line 257 of file win-objects.h.
1.8.9.1