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

Method shutdown

Wrappers/MyGUI_Export/MyGUI_ExportDataManager.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void ExportDataManager::shutdown()
37 {
38 MYGUI_PLATFORM_LOG(Info, "* Shutdown: " << getClassTypeName());
39
40 MYGUI_PLATFORM_LOG(Info, getClassTypeName() << " successfully shutdown");
41 }
42
43 IDataStream* ExportDataManager::getData(const std::string& _name) const
44 {

Callers

nothing calls this directly

Calls 1

getClassTypeNameFunction · 0.85

Tested by

no test coverage detected