MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getCharacter

Method getCharacter

OgreMain/src/OgreUTFString.cpp:208–211  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

206 }
207 //--------------------------------------------------------------------------
208 Ogre::UTFString::unicode_char UTFString::_fwd_iterator::getCharacter() const
209 {
210 return _getCharacter();
211 }
212 //--------------------------------------------------------------------------
213 int UTFString::_fwd_iterator::setCharacter( unicode_char uc ) { return _setCharacter( uc ); }
214 //--------------------------------------------------------------------------

Callers 4

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