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

Method CScriptDictIter

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

---------------------------------------------------------------------------- Foreach support

Source from the content-addressed store, hash-verified

1064//----------------------------------------------------------------------------
1065// Foreach support
1066CScriptDictionary::CScriptDictIter::CScriptDictIter(const CScriptDictionary* dict) : iter(dict->begin()), refCount(1), iterGuard(dict->iterGuard) {}
1067CScriptDictionary::CScriptDictIter::~CScriptDictIter() {}
1068
1069void CScriptDictionary::CScriptDictIter::AddRef() const

Callers

nothing calls this directly

Calls 1

beginMethod · 0.80

Tested by

no test coverage detected