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

Method end

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

Source from the content-addressed store, hash-verified

1173}
1174
1175CScriptDictionary::CIterator CScriptDictionary::end() const
1176{
1177 return CIterator(*this, dict.end());
1178}
1179
1180CScriptDictionary::CIterator CScriptDictionary::find(const dictKey_t& key) const
1181{

Callers 15

DictionaryToStringFunction · 0.80
GetStringConstantMethod · 0.80
ReleaseStringConstantMethod · 0.80
ToStringMethod · 0.80
WriteConfigToStreamFunction · 0.80
EnumReferencesMethod · 0.80
operator[]Method · 0.80
SetMethod · 0.80
GetMethod · 0.80
GetTypeIdMethod · 0.80

Calls 1

CIteratorClass · 0.85

Tested by 11

GetStringMethod · 0.64
GetIntMethod · 0.64
TestFunction · 0.64
TestFunction · 0.64
DictionaryToStringFunction · 0.64
MyAllocWithStatsFunction · 0.64
MyFreeWithStatsFunction · 0.64
PrintAllocIndicesFunction · 0.64
PrintLocationCountersFunction · 0.64
RemoveMemoryManagerFunction · 0.64
WStringToStringFunction · 0.64