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

Function getTypeName

MyGUIEngine/include/MyGUI_RTTI.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 } \
25 /** Get type name as string */ \
26 virtual std::string_view getTypeName() const Override \
27 { \
28 return getClassTypeName(); \
29 }
30
31#define MYGUI_RTTI_BASE(BaseType) \
32public: \

Callers 1

setPropertyOverrideMethod · 0.85

Calls 1

getClassTypeNameFunction · 0.85

Tested by

no test coverage detected