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

Method length

MyGUIEngine/src/MyGUI_UString.cpp:561–564  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

559 }
560 //--------------------------------------------------------------------------
561 UString::size_type UString::length() const
562 {
563 return size();
564 }
565 //--------------------------------------------------------------------------
566 UString::size_type UString::length_Characters() const
567 {

Callers 15

eval_numberMethod · 0.45
eval_string_concatMethod · 0.45
eval_stringMethod · 0.45
evaluate_stringMethod · 0.45
notifyButtonPressedMethod · 0.45
replaceAllFunction · 0.45
onMouseSetFocusMethod · 0.45
onMouseLostFocusMethod · 0.45
checkPairMethod · 0.45
replaceTagsPassMethod · 0.45
getCharMethod · 0.45
MyGUI_UString.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected