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

Method unload

MyGUIEngine/src/MyGUI_DynLibManager.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void DynLibManager::unload(DynLib* library)
68 {
69 StringDynLibMap::iterator it = mLibsMap.find(library->getName());
70
71 if (it != mLibsMap.end())
72 mLibsMap.erase(it);
73
74 mDelayDynLib.push_back(library);
75 }
76
77 void DynLibManager::unloadAll()
78 {

Callers 1

_unloadDelayDynLibsMethod · 0.45

Calls 4

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected