|
MyGUI
3.0.1
|
forward iterator for UString More...
#include <MyGUI_UString.h>
Inheritance diagram for MyGUI::UString::_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. | |
Friends | |
| class | _const_fwd_iterator |
Additional Inherited Members | |
Protected Member Functions inherited from MyGUI::UString::_base_iterator | |
| _base_iterator () | |
| 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 inherited from MyGUI::UString::_base_iterator | |
| dstring::iterator | mIter |
| UString * | mString |
forward iterator for UString
Definition at line 312 of file MyGUI_UString.h.
|
inline |
Definition at line 316 of file MyGUI_UString.h.
|
inline |
Definition at line 317 of file MyGUI_UString.h.
|
inline |
Returns the Unicode value of the character at the current position (decodes surrogate pairs if needed)
Definition at line 450 of file MyGUI_UString.h.
|
inline |
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 438 of file MyGUI_UString.h.
|
inline |
rewinds to the previous Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 444 of file MyGUI_UString.h.
|
inline |
dereference operator
Definition at line 417 of file MyGUI_UString.h.
|
inline |
addition operator
Definition at line 351 of file MyGUI_UString.h.
|
inline |
addition operator
Definition at line 358 of file MyGUI_UString.h.
|
inline |
pre-increment
Definition at line 323 of file MyGUI_UString.h.
|
inline |
post-increment
Definition at line 329 of file MyGUI_UString.h.
|
inline |
addition assignment operator
Definition at line 386 of file MyGUI_UString.h.
|
inline |
addition assignment operator
Definition at line 392 of file MyGUI_UString.h.
|
inline |
subtraction operator
Definition at line 368 of file MyGUI_UString.h.
|
inline |
subtraction operator
Definition at line 375 of file MyGUI_UString.h.
|
inline |
pre-decrement
Definition at line 337 of file MyGUI_UString.h.
|
inline |
post-decrement
Definition at line 343 of file MyGUI_UString.h.
|
inline |
subtraction assignment operator
Definition at line 401 of file MyGUI_UString.h.
|
inline |
subtraction assignment operator
Definition at line 407 of file MyGUI_UString.h.
|
inline |
dereference at offset operator
Definition at line 423 of file MyGUI_UString.h.
|
inline |
dereference at offset operator
Definition at line 430 of file MyGUI_UString.h.
|
inline |
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 455 of file MyGUI_UString.h.
|
friend |
Definition at line 314 of file MyGUI_UString.h.
1.8.1.2