MCPcopy Create free account
hub / github.com/MyGUI/mygui / UnregisterAllFactories

Method UnregisterAllFactories

Tools/EditorFramework/FactoryManager.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void FactoryManager::UnregisterAllFactories()
37 {
38 for (auto& factory : mFactories)
39 delete factory.second;
40 mFactories.clear();
41 }
42}

Callers 1

ShutdownMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected