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

Method data

MyGUIEngine/src/MyGUI_UString.cpp:609–612  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

607 }
608 //--------------------------------------------------------------------------
609 const UString::code_point* UString::data() const
610 {
611 return c_str();
612 }
613 //--------------------------------------------------------------------------
614 UString::size_type UString::capacity() const
615 {

Callers 6

UStringMethod · 0.45
distanceMethod · 0.45
xmlDecodeFunction · 0.45
UStringFunction · 0.45
MyGUI_UString.hFile · 0.45
_verifyUTF8Function · 0.45

Calls 1

c_strFunction · 0.50

Tested by

no test coverage detected