MyGUI
3.0.1
|
const reverse iterator for UString More...
#include <MyGUI_UString.h>
Public Member Functions | |
_const_rev_iterator () | |
_const_rev_iterator (const _const_rev_iterator &i) | |
_const_rev_iterator (const _rev_iterator &i) | |
_const_rev_iterator & | operator++ () |
pre-increment | |
_const_rev_iterator | operator++ (int) |
post-increment | |
_const_rev_iterator & | operator-- () |
pre-decrement | |
_const_rev_iterator | operator-- (int) |
post-decrement | |
_const_rev_iterator | operator+ (size_type n) |
addition operator | |
_const_rev_iterator | operator+ (difference_type n) |
addition operator | |
_const_rev_iterator | operator- (size_type n) |
subtraction operator | |
_const_rev_iterator | operator- (difference_type n) |
subtraction operator | |
_const_rev_iterator & | operator+= (size_type n) |
addition assignment operator | |
_const_rev_iterator & | operator+= (difference_type n) |
addition assignment operator | |
_const_rev_iterator & | operator-= (size_type n) |
subtraction assignment operator | |
_const_rev_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 |
Friends | |
size_type | operator- (const _const_rev_iterator &left, const _const_rev_iterator &right) |
difference operator | |
bool | operator== (const _const_rev_iterator &left, const _const_rev_iterator &right) |
equality operator | |
bool | operator!= (const _const_rev_iterator &left, const _const_rev_iterator &right) |
inequality operator | |
bool | operator< (const _const_rev_iterator &left, const _const_rev_iterator &right) |
less than | |
bool | operator<= (const _const_rev_iterator &left, const _const_rev_iterator &right) |
less than or equal | |
bool | operator> (const _const_rev_iterator &left, const _const_rev_iterator &right) |
greater than | |
bool | operator>= (const _const_rev_iterator &left, const _const_rev_iterator &right) |
greater than or equal |
Additional Inherited Members | |
![]() | |
_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 () |
![]() | |
dstring::iterator | mIter |
UString * | mString |
const reverse iterator for UString
Definition at line 759 of file MyGUI_UString.h.
|
inline |
Definition at line 762 of file MyGUI_UString.h.
|
inline |
Definition at line 763 of file MyGUI_UString.h.
|
inline |
Definition at line 767 of file MyGUI_UString.h.
|
inline |
dereference operator
Definition at line 866 of file MyGUI_UString.h.
|
inline |
addition operator
Definition at line 800 of file MyGUI_UString.h.
|
inline |
addition operator
Definition at line 807 of file MyGUI_UString.h.
|
inline |
pre-increment
Definition at line 772 of file MyGUI_UString.h.
|
inline |
post-increment
Definition at line 778 of file MyGUI_UString.h.
|
inline |
addition assignment operator
Definition at line 835 of file MyGUI_UString.h.
|
inline |
addition assignment operator
Definition at line 841 of file MyGUI_UString.h.
|
inline |
subtraction operator
Definition at line 817 of file MyGUI_UString.h.
|
inline |
subtraction operator
Definition at line 824 of file MyGUI_UString.h.
|
inline |
pre-decrement
Definition at line 786 of file MyGUI_UString.h.
|
inline |
post-decrement
Definition at line 792 of file MyGUI_UString.h.
|
inline |
subtraction assignment operator
Definition at line 850 of file MyGUI_UString.h.
|
inline |
subtraction assignment operator
Definition at line 856 of file MyGUI_UString.h.
|
inline |
dereference at offset operator
Definition at line 872 of file MyGUI_UString.h.
|
inline |
dereference at offset operator
Definition at line 879 of file MyGUI_UString.h.
|
friend |
inequality operator
Definition at line 2728 of file MyGUI_UString.h.
|
friend |
difference operator
Definition at line 2720 of file MyGUI_UString.h.
|
friend |
less than
Definition at line 2732 of file MyGUI_UString.h.
|
friend |
less than or equal
Definition at line 2736 of file MyGUI_UString.h.
|
friend |
equality operator
Definition at line 2724 of file MyGUI_UString.h.
|
friend |
greater than
Definition at line 2740 of file MyGUI_UString.h.
|
friend |
greater than or equal
Definition at line 2744 of file MyGUI_UString.h.