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

Method rend

MyGUIEngine/src/MyGUI_UString.cpp:815–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813 }
814
815 UString::reverse_iterator UString::rend()
816 {
817 reverse_iterator i;
818 i.mIter = mData.begin();
819 i.mString = this;
820 return i;
821 }
822
823 UString::const_reverse_iterator UString::rend() const
824 {

Callers 7

shutdownMethod · 0.80
getLayerItemByPointMethod · 0.80
getWidgetFromPointMethod · 0.80
commandUndoMethod · 0.80
getLayerItemByPointMethod · 0.80
getLayerItemByPointMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected