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

Method AddTypeDef

sdk/angelscript/source/as_module.cpp:1528–1532  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1526
1527// internal
1528void asCModule::AddTypeDef(asCTypedefType* type)
1529{
1530 m_typeDefs.PushLast(type);
1531 m_typeLookup.Insert(asSNameSpaceNamePair(type->nameSpace, type->name), type);
1532}
1533
1534// internal
1535void asCModule::AddFuncDef(asCFuncdefType* type)

Callers 2

ReadInnerMethod · 0.80
RegisterTypedefMethod · 0.80

Calls 3

PushLastMethod · 0.80
InsertMethod · 0.45

Tested by

no test coverage detected