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

Method reserve

MyGUIEngine/src/MyGUI_UString.cpp:584–587  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

582 }
583 //--------------------------------------------------------------------------
584 void UString::reserve(size_type size)
585 {
586 mData.reserve(size);
587 }
588 //--------------------------------------------------------------------------
589 void UString::resize(size_type num, const code_point& val /*= 0 */)
590 {

Callers 15

drawSplineMethod · 0.45
setPointsMethod · 0.45
_rebuildGeometryMethod · 0.45
updateCompressionMethod · 0.45
convert_from_xmlFunction · 0.45
convert_to_xmlFunction · 0.45
checkIndexesMethod · 0.45
getOnlyTextMethod · 0.45
MyGUI_UString.cppFile · 0.45
_load_buffer_UTF8Method · 0.45
_load_buffer_WStrMethod · 0.45
_load_buffer_UTF32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected