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

Method getCharacter

MyGUIEngine/src/MyGUI_UString.cpp:192–195  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

190 }
191 //--------------------------------------------------------------------------
192 UString::unicode_char UString::_fwd_iterator::getCharacter() const
193 {
194 return _getCharacter();
195 }
196 //--------------------------------------------------------------------------
197 int UString::_fwd_iterator::setCharacter(unicode_char uc)
198 {

Callers 5

clearNewLineMethod · 0.80
inStringMethod · 0.80
_load_buffer_UTF8Method · 0.80
_load_buffer_WStrMethod · 0.80
_load_buffer_UTF32Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected