Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
To
Method · 0.80
To
Method · 0.80
getSystemFileList
Function · 0.80
getSystemCurrentFolder
Function · 0.80
handleClipboardChanged
Method · 0.80
load
Method · 0.80
save
Method · 0.80
load
Method · 0.80
save
Method · 0.80
load
Method · 0.80
save
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected