MCPcopy Create free account
hub / github.com/MyGUI/mygui / ~StatisticInfo

Method ~StatisticInfo

Common/Base/StatisticInfo.h:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 ~StatisticInfo()
32 {
33 if (mInfo != nullptr)
34 {
35 MyGUI::Gui::getInstance().destroyChildWidget(mInfo);
36 mInfo = nullptr;
37 }
38 }
39
40 template<typename T>
41 void change(std::string_view _key, const T& _value)

Callers

nothing calls this directly

Calls 1

destroyChildWidgetMethod · 0.80

Tested by

no test coverage detected