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

Function getInstancePtr

MyGUIEngine/include/MyGUI_Singleton.h:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 static T* getInstancePtr()
49 {
50 return msInstance;
51 }
52
53 static std::string_view getClassTypeName()
54 {

Callers 15

getInstancePtrMethod · 0.85
drawOneFrameMethod · 0.85
getInstancePtrMethod · 0.85
Gui.hFile · 0.85
PointerManager.hFile · 0.85
LayerManager.hFile · 0.85
InputManager.hFile · 0.85
injectKeyPressMethod · 0.85
drawOneFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected