MCPcopy Create free account
hub / github.com/cinder/Cinder / AddRef

Method AddRef

test/unit/src/ComPtrTest.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 STDMETHODIMP_( ULONG ) AddRef() override
30 {
31 mAddRefCount++;
32 return ++mRefCount;
33 }
34
35 STDMETHODIMP_( ULONG ) Release() override
36 {

Callers 1

ComPtrTest.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected