#include <OgreUTFString.h>
Inheritance diagram for Ogre::UTFString::_fwd_iterator:
Public Member Functions | |
_fwd_iterator () | |
_fwd_iterator (const _fwd_iterator &i) | |
_fwd_iterator & | operator++ () |
pre-increment | |
_fwd_iterator | operator++ (int) |
post-increment | |
_fwd_iterator & | operator-- () |
pre-decrement | |
_fwd_iterator | operator-- (int) |
post-decrement | |
_fwd_iterator | operator+ (size_type n) |
addition operator | |
_fwd_iterator | operator+ (difference_type n) |
addition operator | |
_fwd_iterator | operator- (size_type n) |
subtraction operator | |
_fwd_iterator | operator- (difference_type n) |
subtraction operator | |
_fwd_iterator & | operator+= (size_type n) |
addition assignment operator | |
_fwd_iterator & | operator+= (difference_type n) |
addition assignment operator | |
_fwd_iterator & | operator-= (size_type n) |
subtraction assignment operator | |
_fwd_iterator & | operator-= (difference_type n) |
subtraction assignment operator | |
value_type & | operator * () const |
dereference operator | |
value_type & | operator[] (size_type n) const |
dereference at offset operator | |
value_type & | operator[] (difference_type n) const |
dereference at offset operator | |
_fwd_iterator & | moveNext () |
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream | |
_fwd_iterator & | movePrev () |
rewinds to the previous Unicode character, honoring surrogate pairs in the UTF-16 stream | |
unicode_char | getCharacter () const |
Returns the Unicode value of the character at the current position (decodes surrogate pairs if needed). | |
int | setCharacter (unicode_char uc) |
Sets the Unicode value of the character at the current position (adding a surrogate pair if needed); returns the amount of string length change caused by the operation. | |
Protected Member Functions | |
void | _seekFwd (size_type c) |
void | _seekRev (size_type c) |
void | _become (const _base_iterator &i) |
bool | _test_begin () const |
bool | _test_end () const |
size_type | _get_index () const |
void | _jump_to (size_type index) |
unicode_char | _getCharacter () const |
int | _setCharacter (unicode_char uc) |
void | _moveNext () |
void | _movePrev () |
Protected Attributes | |
dstring::iterator | mIter |
UTFString * | mString |
Friends | |
class | _const_fwd_iterator |
Definition at line 286 of file OgreUTFString.h.
|
Definition at line 289 of file OgreUTFString.h. |
|
Definition at line 290 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_become(). |
|
Definition at line 220 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::mIter, and Ogre::UTFString::_base_iterator::mString. Referenced by Ogre::UTFString::_const_fwd_iterator::_const_fwd_iterator(), Ogre::UTFString::_const_rev_iterator::_const_rev_iterator(), _fwd_iterator(), and Ogre::UTFString::_rev_iterator::_rev_iterator(). |
|
Definition at line 230 of file OgreUTFString.h. References Ogre::UTFString::begin(), Ogre::UTFString::mData, Ogre::UTFString::_base_iterator::mIter, and Ogre::UTFString::_base_iterator::mString. Referenced by Ogre::UTFString::_base_iterator::_getCharacter(), and Ogre::UTFString::_base_iterator::_setCharacter(). |
|
Definition at line 237 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_get_index(), Ogre::UTFString::getChar(), and Ogre::UTFString::_base_iterator::mString. Referenced by Ogre::UTFString::_const_fwd_iterator::getCharacter(), and getCharacter(). |
|
Definition at line 233 of file OgreUTFString.h. References Ogre::UTFString::begin(), Ogre::UTFString::mData, Ogre::UTFString::_base_iterator::mIter, and Ogre::UTFString::_base_iterator::mString. Referenced by Ogre::UTFString::_base_iterator::_setCharacter(). |
|
Definition at line 248 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), Ogre::UTFString::_base_iterator::_test_end(), Ogre::UTFString::_utf16_surrogate_follow(), Ogre::UTFString::_utf16_surrogate_lead(), and Ogre::UTFString::_base_iterator::mIter. Referenced by Ogre::UTFString::_const_fwd_iterator::moveNext(), and moveNext(). |
|
Definition at line 262 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(), Ogre::UTFString::_base_iterator::_test_begin(), Ogre::UTFString::_utf16_surrogate_follow(), Ogre::UTFString::_utf16_surrogate_lead(), and Ogre::UTFString::_base_iterator::mIter. Referenced by Ogre::UTFString::_const_fwd_iterator::movePrev(), and movePrev(). |
|
|
|
Definition at line 241 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_get_index(), Ogre::UTFString::_base_iterator::_jump_to(), Ogre::UTFString::_base_iterator::mString, and Ogre::UTFString::setChar(). Referenced by setCharacter(). |
|
Definition at line 224 of file OgreUTFString.h. References Ogre::UTFString::begin(), Ogre::UTFString::mData, Ogre::UTFString::_base_iterator::mIter, and Ogre::UTFString::_base_iterator::mString. Referenced by Ogre::UTFString::_base_iterator::_movePrev(). |
|
Definition at line 227 of file OgreUTFString.h. References Ogre::UTFString::end(), Ogre::UTFString::mData, Ogre::UTFString::_base_iterator::mIter, and Ogre::UTFString::_base_iterator::mString. Referenced by Ogre::UTFString::_base_iterator::_moveNext(). |
|
Returns the Unicode value of the character at the current position (decodes surrogate pairs if needed).
Definition at line 405 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_getCharacter(). |
|
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 395 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_moveNext(). |
|
rewinds to the previous Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 400 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_movePrev(). |
|
dereference operator
Definition at line 377 of file OgreUTFString.h. |
|
addition operator
Definition at line 325 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
addition operator
Definition at line 319 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
post-increment
Definition at line 300 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
pre-increment
Definition at line 295 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
addition assignment operator
Definition at line 355 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
addition assignment operator
Definition at line 350 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
subtraction operator
Definition at line 340 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
subtraction operator
Definition at line 334 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
post-decrement
Definition at line 312 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
pre-decrement
Definition at line 307 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
subtraction assignment operator
Definition at line 368 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
subtraction assignment operator
Definition at line 363 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
dereference at offset operator
Definition at line 388 of file OgreUTFString.h. |
|
dereference at offset operator
Definition at line 382 of file OgreUTFString.h. |
|
Sets the Unicode value of the character at the current position (adding a surrogate pair if needed); returns the amount of string length change caused by the operation.
Definition at line 409 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_setCharacter(). |
|
Definition at line 287 of file OgreUTFString.h. |
|
|
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun May 6 10:59:53 2007