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

Method size

MyGUIEngine/src/MyGUI_UString.cpp:556–559  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

554 }
555 //--------------------------------------------------------------------------
556 UString::size_type UString::size() const
557 {
558 return mData.size();
559 }
560 //--------------------------------------------------------------------------
561 UString::size_type UString::length() const
562 {

Callers 15

setPointsMethod · 0.45
doRenderMethod · 0.45
_rebuildGeometryMethod · 0.45
deserializationMethod · 0.45
initialiseFreeTypeMethod · 0.45
loadFaceMethod · 0.45
getLayerNodeCountMethod · 0.45
getLayerNodeAtMethod · 0.45
updateCompressionMethod · 0.45
insertItemAtMethod · 0.45
swapItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected