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

Method begin

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

Source from the content-addressed store, hash-verified

1168// Iterator implementation
1169
1170CScriptDictionary::CIterator CScriptDictionary::begin() const
1171{
1172 return CIterator(*this, dict.begin());
1173}
1174
1175CScriptDictionary::CIterator CScriptDictionary::end() const
1176{

Callers 15

RunMethod · 0.80
DictionaryToStringFunction · 0.80
InterpretCommandMethod · 0.80
WriteConfigToStreamFunction · 0.80
EnumReferencesMethod · 0.80
DeleteAllMethod · 0.80
GetKeysMethod · 0.80
CScriptDictIterMethod · 0.80
~CSerializerMethod · 0.80
ExecuteScriptsMethod · 0.80
GetSectionNameMethod · 0.80

Calls 1

CIteratorClass · 0.85

Tested by 7

TestFunction · 0.64
TestFunction · 0.64
DictionaryToStringFunction · 0.64
PrintAllocIndicesFunction · 0.64
PrintLocationCountersFunction · 0.64
RemoveMemoryManagerFunction · 0.64
WStringToStringFunction · 0.64