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

Method _getCharacter

MyGUIEngine/src/MyGUI_UString.cpp:50–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

48 }
49 //--------------------------------------------------------------------------
50 UString::unicode_char UString::_base_iterator::_getCharacter() const
51 {
52 size_type current_index = _get_index();
53 return mString->getChar(current_index);
54 }
55 //--------------------------------------------------------------------------
56 int UString::_base_iterator::_setCharacter(unicode_char uc)
57 {

Callers

nothing calls this directly

Calls 1

getCharMethod · 0.80

Tested by

no test coverage detected