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

Method c_str

MyGUIEngine/src/MyGUI_UString.cpp:604–607  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

602 }
603 //--------------------------------------------------------------------------
604 const UString::code_point* UString::c_str() const
605 {
606 return mData.c_str();
607 }
608 //--------------------------------------------------------------------------
609 const UString::code_point* UString::data() const
610 {

Callers 15

ToMethod · 0.45
ToMethod · 0.45
getDataMethod · 0.45
ansi_to_managedFunction · 0.45
utf16_to_managedFunction · 0.45
utf8_to_managedFunction · 0.45
utf16_to_utf8Function · 0.45
utf16_to_ansiFunction · 0.45
utf8_to_utf16Function · 0.45
ansi_to_utf16Function · 0.45
onClipboardChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected