ICU 76.1 76.1
|
Iterator returned by USetCodePoints. More...
#include <uset.h>
Public Member Functions | |
USetCodePointIterator (const USetCodePointIterator &other)=default | |
bool | operator== (const USetCodePointIterator &other) const |
bool | operator!= (const USetCodePointIterator &other) const |
UChar32 | operator* () const |
USetCodePointIterator & | operator++ () |
Pre-increment. | |
USetCodePointIterator | operator++ (int) |
Post-increment. |
Friends | |
class | USetCodePoints |
Iterator returned by USetCodePoints.
|
default |
References USetCodePointIterator().
Referenced by operator!=(), operator++(), operator++(), operator==(), and USetCodePointIterator().
|
inline |
Definition at line 1356 of file uset.h.
References operator==(), and USetCodePointIterator().
|
inline |
|
inline |
Pre-increment.
Definition at line 1365 of file uset.h.
References U_SENTINEL, U_SUCCESS, U_ZERO_ERROR, uset_getItem(), and USetCodePointIterator().
Referenced by operator++().
|
inline |
Post-increment.
Definition at line 1386 of file uset.h.
References operator++(), and USetCodePointIterator().
|
inline |
Definition at line 1346 of file uset.h.
References USetCodePointIterator().
Referenced by operator!=().
|
friend |