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

Method clear

MyGUIEngine/src/MyGUI_UString.cpp:619–622  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

617 }
618 //--------------------------------------------------------------------------
619 void UString::clear()
620 {
621 mData.clear();
622 }
623 //--------------------------------------------------------------------------
624 UString UString::substr(size_type index, size_type num /*= npos */) const
625 {

Callers 4

MyGUI_UString.cppFile · 0.45
_getBufferStrMethod · 0.45
_getBufferWStrMethod · 0.45
_getBufferUTF32StrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected