ICU 77.1
77.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. More... | |
USetCodePointIterator | operator++ (int) |
Post-increment. More... | |
Friends | |
class | USetCodePoints |
Iterator returned by USetCodePoints.
|
default |
|
inline |
Definition at line 1357 of file uset.h.
References operator==().
|
inline |
|
inline |
Pre-increment.
Definition at line 1366 of file uset.h.
References U_SENTINEL, U_SUCCESS, U_ZERO_ERROR, and uset_getItem().
Referenced by operator++().
|
inline |
Post-increment.
Definition at line 1387 of file uset.h.
References operator++().
|
inline |
Definition at line 1347 of file uset.h.
Referenced by operator!=().