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

Method AddClassType

sdk/angelscript/source/as_module.cpp:1514–1518  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1512
1513// internal
1514void asCModule::AddClassType(asCObjectType* type)
1515{
1516 m_classTypes.PushLast(type);
1517 m_typeLookup.Insert(asSNameSpaceNamePair(type->nameSpace, type->name), type);
1518}
1519
1520// internal
1521void asCModule::AddEnumType(asCEnumType* type)

Callers 3

ReadInnerMethod · 0.80
RegisterClassMethod · 0.80
RegisterInterfaceMethod · 0.80

Calls 3

PushLastMethod · 0.80
InsertMethod · 0.45

Tested by

no test coverage detected