MyGUI
3.0.3
|
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+ (difference_type n) |
addition operator | |
_const_fwd_iterator | operator- (difference_type n) |
subtraction operator | |
_const_fwd_iterator & | operator+= (difference_type n) |
addition assignment operator | |
_const_fwd_iterator & | operator-= (difference_type n) |
subtraction assignment operator | |
const value_type & | operator* () const |
dereference 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 285 of file MyGUI_UString.h.
Definition at line 229 of file MyGUI_UString.cpp.
Definition at line 234 of file MyGUI_UString.cpp.
Definition at line 239 of file MyGUI_UString.cpp.
Returns the Unicode value of the character at the current position (decodes surrogate pairs if needed)
Definition at line 332 of file MyGUI_UString.cpp.
advances to the next Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 320 of file MyGUI_UString.cpp.
rewinds to the previous Unicode character, honoring surrogate pairs in the UTF-16 stream
Definition at line 326 of file MyGUI_UString.cpp.
const UString::value_type & MyGUI::UString::_const_fwd_iterator::operator* | ( | ) | const |
dereference operator
Definition at line 308 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator+ | ( | difference_type | n | ) |
addition operator
Definition at line 270 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator & MyGUI::UString::_const_fwd_iterator::operator++ | ( | ) |
pre-increment
Definition at line 244 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator++ | ( | int | ) |
post-increment
Definition at line 250 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator & MyGUI::UString::_const_fwd_iterator::operator+= | ( | difference_type | n | ) |
addition assignment operator
Definition at line 290 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator- | ( | difference_type | n | ) |
subtraction operator
Definition at line 280 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator & MyGUI::UString::_const_fwd_iterator::operator-- | ( | ) |
pre-decrement
Definition at line 257 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator MyGUI::UString::_const_fwd_iterator::operator-- | ( | int | ) |
post-decrement
Definition at line 263 of file MyGUI_UString.cpp.
UString::_const_fwd_iterator & MyGUI::UString::_const_fwd_iterator::operator-= | ( | difference_type | n | ) |
subtraction assignment operator
Definition at line 299 of file MyGUI_UString.cpp.
const UString::value_type & MyGUI::UString::_const_fwd_iterator::operator[] | ( | difference_type | n | ) | const |
dereference at offset operator
Definition at line 313 of file MyGUI_UString.cpp.
bool operator!= | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
inequality operator
Definition at line 1044 of file MyGUI_UString.h.
size_type operator- | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
difference operator
Definition at line 1038 of file MyGUI_UString.h.
bool operator< | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
less than
Definition at line 1047 of file MyGUI_UString.h.
bool operator<= | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
less than or equal
Definition at line 1050 of file MyGUI_UString.h.
bool operator== | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
equality operator
Definition at line 1041 of file MyGUI_UString.h.
bool operator> | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
greater than
Definition at line 1053 of file MyGUI_UString.h.
bool operator>= | ( | const _const_fwd_iterator & | left, |
const _const_fwd_iterator & | right | ||
) | [friend] |
greater than or equal
Definition at line 1056 of file MyGUI_UString.h.