MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / addClassDefinition

Method addClassDefinition

src/Design/Design.cpp:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void Design::addClassDefinition(std::string_view className,
520 ClassDefinition* classDef) {
521 m_classDefinitions.emplace(className, classDef);
522 m_uniqueClassDefinitions.emplace(className, classDef);
523}
524
525void Design::clearContainers() {
526 m_moduleDefinitions.clear();

Callers 4

collectObjects_Method · 0.45
addBuiltinTypesMethod · 0.45
addBuiltinClassesMethod · 0.45
createFastLookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected