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

Method asWStr_c_str

MyGUIEngine/src/MyGUI_UString.cpp:703–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 }
702
703 const wchar_t* UString::asWStr_c_str() const
704 {
705 _load_buffer_WStr();
706 return m_buffer.mWStrBuffer->c_str();
707 }
708
709 UString::code_point& UString::at(size_type loc)
710 {

Callers 11

ToMethod · 0.80
ToMethod · 0.80
getSystemFileListFunction · 0.80
getSystemCurrentFolderFunction · 0.80
loadMethod · 0.80
saveMethod · 0.80
loadMethod · 0.80
saveMethod · 0.80
loadMethod · 0.80
saveMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected