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

Function parseInt

MyGUIEngine/include/MyGUI_StringUtility.h:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102 inline int parseInt(std::string_view _value)
103 {
104 return parseValue<int>(_value);
105 }
106
107 inline unsigned int parseUInt(std::string_view _value)
108 {

Callers 10

deserializationMethod · 0.85
notifyComboAcceptMethod · 0.85
deserializationMethod · 0.85
initialiseOverrideMethod · 0.85
deserializationMethod · 0.85
notifyNewGridStepMethod · 0.85
EditorToolTipMethod · 0.85
notifyNewGridStepMethod · 0.85
notifyNewGridStepMethod · 0.85
notifyNewGridStepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected