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

Method AddRef

sdk/add_on/scriptdictionary/scriptdictionary.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void CScriptDictionary::AddRef() const
202{
203 // We need to clear the GC flag
204 gcFlag = false;
205 asAtomicInc(refCount);
206}
207
208void CScriptDictionary::Release() const
209{

Callers 2

Calls 1

asAtomicIncFunction · 0.85

Tested by

no test coverage detected