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

Method getAddRefCount

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

Source from the content-addressed store, hash-verified

45 // Test helpers
46 ULONG getRefCount() const { return mRefCount; }
47 ULONG getAddRefCount() const { return mAddRefCount; }
48 ULONG getReleaseCount() const { return mReleaseCount; }
49
50 private:

Callers 1

ComPtrTest.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected