#include <OgreUTFString.h>
Inheritance diagram for Ogre::UTFString::_const_fwd_iterator:
Public Member Functions | |
_const_fwd_iterator () | |
_const_fwd_iterator (const _const_fwd_iterator &i) | |
_const_fwd_iterator (const _fwd_iterator &i) | |
_const_fwd_iterator & | operator++ () |
pre-increment | |
_const_fwd_iterator | operator++ (int) |
post-increment | |
_const_fwd_iterator & | operator-- () |
pre-decrement | |
_const_fwd_iterator | operator-- (int) |
post-decrement | |
_const_fwd_iterator | operator+ (size_type n) |
addition operator | |
_const_fwd_iterator | operator+ (difference_type n) |
addition operator | |
_const_fwd_iterator | operator- (size_type n) |
subtraction operator | |
_const_fwd_iterator | operator- (difference_type n) |
subtraction operator | |
_const_fwd_iterator & | operator+= (size_type n) |
addition assignment operator | |
_const_fwd_iterator & | operator+= (difference_type n) |
addition assignment operator | |
_const_fwd_iterator & | operator-= (size_type n) |
subtraction assignment operator | |
_const_fwd_iterator & | operator-= (difference_type n) |
subtraction assignment operator | |
const value_type & | operator * () const |
dereference operator | |
const value_type & | operator[] (size_type n) const |
dereference at offset operator | |
const value_type & | operator[] (difference_type n) const |
dereference at offset operator | |
_const_fwd_iterator & | moveNext () |
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream | |
_const_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). | |
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 | |
size_type | operator- (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
difference operator | |
bool | operator== (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
equality operator | |
bool | operator!= (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
inequality operator | |
bool | operator< (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
less than | |
bool | operator<= (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
less than or equal | |
bool | operator> (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
greater than | |
bool | operator>= (const _const_fwd_iterator &left, const _const_fwd_iterator &right) |
greater than or equal |
Definition at line 418 of file OgreUTFString.h.
|
Definition at line 420 of file OgreUTFString.h. |
|
Definition at line 421 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_become(). |
|
Definition at line 424 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 _const_fwd_iterator(), Ogre::UTFString::_const_rev_iterator::_const_rev_iterator(), Ogre::UTFString::_fwd_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 getCharacter(), and Ogre::UTFString::_fwd_iterator::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 moveNext(), and Ogre::UTFString::_fwd_iterator::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 movePrev(), and Ogre::UTFString::_fwd_iterator::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 Ogre::UTFString::_fwd_iterator::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 539 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_getCharacter(). Referenced by Ogre::UTFString::_load_buffer_UTF32(), Ogre::UTFString::_load_buffer_UTF8(), Ogre::UTFString::_load_buffer_WStr(), and Ogre::UTFString::inString(). |
|
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 529 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_moveNext(). Referenced by Ogre::UTFString::_load_buffer_UTF32(), Ogre::UTFString::_load_buffer_UTF8(), Ogre::UTFString::_load_buffer_WStr(), Ogre::UTFString::inString(), and Ogre::UTFString::length_Characters(). |
|
rewinds to the previous Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 534 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_movePrev(). |
|
dereference operator
Definition at line 511 of file OgreUTFString.h. |
|
addition operator
Definition at line 459 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
addition operator
Definition at line 453 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
post-increment
Definition at line 434 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
pre-increment
Definition at line 429 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
addition assignment operator
Definition at line 489 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
addition assignment operator
Definition at line 484 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(). |
|
subtraction operator
Definition at line 474 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
subtraction operator
Definition at line 468 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
post-decrement
Definition at line 446 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
pre-decrement
Definition at line 441 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
subtraction assignment operator
Definition at line 502 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekFwd(), and Ogre::UTFString::_base_iterator::_seekRev(). |
|
subtraction assignment operator
Definition at line 497 of file OgreUTFString.h. References Ogre::UTFString::_base_iterator::_seekRev(). |
|
dereference at offset operator
Definition at line 522 of file OgreUTFString.h. |
|
dereference at offset operator
Definition at line 516 of file OgreUTFString.h. |
|
inequality operator
Definition at line 2350 of file OgreUTFString.h. |
|
difference operator
Definition at line 2344 of file OgreUTFString.h. |
|
less than
Definition at line 2353 of file OgreUTFString.h. |
|
less than or equal
Definition at line 2356 of file OgreUTFString.h. |
|
equality operator
Definition at line 2347 of file OgreUTFString.h. |
|
greater than
Definition at line 2359 of file OgreUTFString.h. |
|
greater than or equal
Definition at line 2362 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 Jun 10 10:41:09 2007