ICU 76.1  76.1
Public Member Functions | Friends
U_HEADER_ONLY_NAMESPACE::USetElementIterator Class Reference

Iterator returned by USetElements. More...

#include <uset.h>

Public Member Functions

 USetElementIterator (const USetElementIterator &other)=default
 
bool operator== (const USetElementIterator &other) const
 
bool operator!= (const USetElementIterator &other) const
 
UnicodeString operator* () const
 
USetElementIteratoroperator++ ()
 Pre-increment. More...
 
USetElementIterator operator++ (int)
 Post-increment. More...
 

Friends

class USetElements
 

Detailed Description

Iterator returned by USetElements.

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

Definition at line 1745 of file uset.h.

Constructor & Destructor Documentation

U_HEADER_ONLY_NAMESPACE::USetElementIterator::USetElementIterator ( const USetElementIterator other)
default
Draft:
This API may be changed in the future versions and was introduced in ICU 76

Member Function Documentation

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

Definition at line 1760 of file uset.h.

References U_HEADER_ONLY_NAMESPACE::USetStringIterator::operator==().

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

Definition at line 1763 of file uset.h.

References uset_getString().

USetElementIterator& U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator++ ( )
inline

Pre-increment.

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

Definition at line 1780 of file uset.h.

References U_SENTINEL, U_SUCCESS, U_ZERO_ERROR, and uset_getItem().

USetElementIterator U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator++ ( int  )
inline

Post-increment.

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

Definition at line 1805 of file uset.h.

References U_HEADER_ONLY_NAMESPACE::USetStringIterator::operator++().

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

Definition at line 1751 of file uset.h.


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