const forward iterator for UString More...
#include <MyGUI_UString.h>

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). | |
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 | |
const forward iterator for UString
Definition at line 460 of file MyGUI_UString.h.
| MyGUI::UString::_const_fwd_iterator::_const_fwd_iterator | ( | ) | [inline] |
Definition at line 463 of file MyGUI_UString.h.
| MyGUI::UString::_const_fwd_iterator::_const_fwd_iterator | ( | const _const_fwd_iterator & | i | ) | [inline] |
Definition at line 464 of file MyGUI_UString.h.
| MyGUI::UString::_const_fwd_iterator::_const_fwd_iterator | ( | const _fwd_iterator & | i | ) | [inline] |
Definition at line 468 of file MyGUI_UString.h.
| unicode_char MyGUI::UString::_const_fwd_iterator::getCharacter | ( | ) | const [inline] |
Returns the Unicode value of the character at the current position (decodes surrogate pairs if needed).
Definition at line 601 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::moveNext | ( | ) | [inline] |
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 589 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::movePrev | ( | ) | [inline] |
rewinds to the previous Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 595 of file MyGUI_UString.h.
| const value_type& MyGUI::UString::_const_fwd_iterator::operator* | ( | ) | const [inline] |
dereference operator
Definition at line 568 of file MyGUI_UString.h.
| _const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator+ | ( | difference_type | n | ) | [inline] |
addition operator
Definition at line 509 of file MyGUI_UString.h.
| _const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator+ | ( | size_type | n | ) | [inline] |
addition operator
Definition at line 502 of file MyGUI_UString.h.
| _const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator++ | ( | int | ) | [inline] |
post-increment
Definition at line 480 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::operator++ | ( | ) | [inline] |
pre-increment
Definition at line 474 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::operator+= | ( | difference_type | n | ) | [inline] |
addition assignment operator
Definition at line 543 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::operator+= | ( | size_type | n | ) | [inline] |
addition assignment operator
Definition at line 537 of file MyGUI_UString.h.
| _const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator- | ( | difference_type | n | ) | [inline] |
subtraction operator
Definition at line 526 of file MyGUI_UString.h.
| _const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator- | ( | size_type | n | ) | [inline] |
subtraction operator
Definition at line 519 of file MyGUI_UString.h.
| _const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator-- | ( | int | ) | [inline] |
post-decrement
Definition at line 494 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::operator-- | ( | ) | [inline] |
pre-decrement
Definition at line 488 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::operator-= | ( | difference_type | n | ) | [inline] |
subtraction assignment operator
Definition at line 558 of file MyGUI_UString.h.
| _const_fwd_iterator& MyGUI::UString::_const_fwd_iterator::operator-= | ( | size_type | n | ) | [inline] |
subtraction assignment operator
Definition at line 552 of file MyGUI_UString.h.
| const value_type& MyGUI::UString::_const_fwd_iterator::operator[] | ( | difference_type | n | ) | const [inline] |
dereference at offset operator
Definition at line 581 of file MyGUI_UString.h.
| const value_type& MyGUI::UString::_const_fwd_iterator::operator[] | ( | size_type | n | ) | const [inline] |
dereference at offset operator
Definition at line 574 of file MyGUI_UString.h.
| bool operator!= | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
inequality operator
| size_type operator- | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
difference operator
| bool operator< | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
less than
| bool operator<= | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
less than or equal
| bool operator== | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
equality operator
| bool operator> | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
greater than
| bool operator>= | ( | const _const_fwd_iterator & | left, | |
| const _const_fwd_iterator & | right | |||
| ) | [friend] |
greater than or equal
1.6.1