MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / destruct

Method destruct

src/Base/Type.cpp:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void Type::destruct()
161{
162 for (auto it : typedata) {
163 delete it;
164 }
165 typedata.clear();
166 typemap.clear();
167 loadModuleSet.clear();
168}
169
170Type Type::fromName(std::string_view name)
171{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected