MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ~Ref

Method ~Ref

binaryninjaapi.h:279–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278
279 ~Ref()
280 {
281 if (m_obj)
282 {
283 m_obj->Release();
284#ifdef BN_REF_COUNT_DEBUG
285 BNUnregisterObjectRefDebugTrace(typeid(T).name(), m_assignmentTrace);
286#endif
287 }
288 }
289
290 Ref<T>& operator=(const Ref<T>& obj)
291 {

Callers

nothing calls this directly

Calls 2

ReleaseMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected