MCPcopy Create free account
hub / github.com/anjo76/angelscript / CScriptWeakRef

Method CScriptWeakRef

sdk/add_on/weakref/weakref.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58CScriptWeakRef::CScriptWeakRef(asITypeInfo *type)
59{
60 m_ref = 0;
61 m_type = type;
62 m_type->AddRef();
63 m_weakRefFlag = 0;
64}
65
66CScriptWeakRef::CScriptWeakRef(const CScriptWeakRef &other)
67{

Callers

nothing calls this directly

Calls 5

AddRefMethod · 0.45
GetNameMethod · 0.45
GetEngineMethod · 0.45
GetSubTypeMethod · 0.45

Tested by

no test coverage detected