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

Method opForEnd

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

Source from the content-addressed store, hash-verified

1089}
1090
1091bool CScriptDictionary::opForEnd(const CScriptDictionary::CScriptDictIter& iter) const
1092{
1093 if (iter.iterGuard != iterGuard)
1094 return true;
1095
1096 if (iter.iter == end())
1097 return true;
1098
1099 return false;
1100}
1101
1102CScriptDictionary::CScriptDictIter* CScriptDictionary::opForNext(CScriptDictionary::CScriptDictIter& iter) const
1103{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected