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

Method _getBufferWStr

MyGUIEngine/src/MyGUI_UString.cpp:1981–1990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1979 }
1980
1981 void UString::_getBufferWStr() const
1982 {
1983 if (m_bufferType != bt_wstring)
1984 {
1985 _cleanBuffer();
1986 m_buffer.mWStrBuffer = new std::wstring();
1987 m_bufferType = bt_wstring;
1988 }
1989 m_buffer.mWStrBuffer->clear();
1990 }
1991
1992 void UString::_getBufferUTF32Str() const
1993 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected