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

Method GetKey

sdk/angelscript/source/as_builder.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54// asCSymbolTable template specializations for sGlobalVariableDescription entries
55template<>
56void asCSymbolTable<sGlobalVariableDescription>::GetKey(const sGlobalVariableDescription *entry, asSNameSpaceNamePair &key) const
57{
58 asSNameSpace *ns = entry->ns;
59 asCString name = entry->name;
60 key = asSNameSpaceNamePair(ns, name);
61}
62
63// Comparator for exact variable search
64class asCCompGlobVarType : public asIFilter

Callers 4

DictionaryToStringFunction · 0.45
TestFunction · 0.45
DictionaryToStringFunction · 0.45

Calls 1

Tested by 2

TestFunction · 0.36
DictionaryToStringFunction · 0.36