ICU 77.1  77.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Data Fields
U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator Struct Reference

#include <uset.h>

Public Member Functions

 iterator (UChar32 aC)
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
UChar32 operator* () const
 
iteratoroperator++ ()
 Pre-increment. More...
 
iterator operator++ (int)
 Post-increment. More...
 

Data Fields

UChar32 c
 The current code point in the range. More...
 

Detailed Description

Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1462 of file uset.h.

Constructor & Destructor Documentation

◆ iterator()

U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::iterator ( UChar32  aC)
inline
Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1464 of file uset.h.

Member Function Documentation

◆ operator!=()

bool U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::operator!= ( const iterator other) const
inline
Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1469 of file uset.h.

References operator==().

◆ operator*()

UChar32 U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::operator* ( ) const
inline
Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1472 of file uset.h.

References c.

◆ operator++() [1/2]

iterator& U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::operator++ ( )
inline

Pre-increment.

Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1478 of file uset.h.

References c.

◆ operator++() [2/2]

iterator U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::operator++ ( int  )
inline

Post-increment.

Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1487 of file uset.h.

References c.

◆ operator==()

bool U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::operator== ( const iterator other) const
inline
Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1467 of file uset.h.

References c.

Referenced by operator!=().

Field Documentation

◆ c

UChar32 U_HEADER_ONLY_NAMESPACE::CodePointRange::iterator::c

The current code point in the range.

Draft:
This API may be changed in the future versions and was introduced in ICU 76

Definition at line 1495 of file uset.h.

Referenced by operator*(), operator++(), and operator==().


The documentation for this struct was generated from the following file: