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

Method rbegin

MyGUIEngine/src/MyGUI_UString.cpp:799–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797 }
798
799 UString::reverse_iterator UString::rbegin()
800 {
801 reverse_iterator i;
802 i.mIter = mData.end();
803 i.mString = this;
804 return i;
805 }
806
807 UString::const_reverse_iterator UString::rbegin() const
808 {

Callers 11

shutdownMethod · 0.80
scanFolderFunction · 0.80
getLayerItemByPointMethod · 0.80
initialiseFreeTypeMethod · 0.80
loadFaceMethod · 0.80
getWidgetFromPointMethod · 0.80
commandUndoMethod · 0.80
getLayerItemByPointMethod · 0.80
getLayerItemByPointMethod · 0.80
removeMethod · 0.80
unbindMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected