|
ICU 77.1 77.1
|
#include <uset.h>
Public Member Functions | |
| iterator (UChar32 aC) | |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
| UChar32 | operator* () const |
| iterator & | operator++ () |
| Pre-increment. | |
| iterator | operator++ (int) |
| Post-increment. | |
Data Fields | |
| UChar32 | c |
| The current code point in the range. | |
|
inline |
Definition at line 1464 of file uset.h.
References c.
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inline |
Definition at line 1469 of file uset.h.
References iterator(), and operator==().
|
inline |
|
inline |
Pre-increment.
Definition at line 1478 of file uset.h.
References c, and iterator().
|
inline |
Post-increment.
Definition at line 1487 of file uset.h.
References c, and iterator().
|
inline |
Definition at line 1467 of file uset.h.
References c, and iterator().
Referenced by operator!=().
| UChar32 U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::c |
The current code point in the range.
Definition at line 1495 of file uset.h.
Referenced by iterator(), operator*(), operator++(), operator++(), and operator==().