--------------------------------------------------------------------------
| 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 | //-------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected