ICU 77.1  77.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Friends
U_HEADER_ONLY_NAMESPACE::USetStringIterator Class Reference

Iterator returned by USetStrings. More...

#include <uset.h>

Public Member Functions

 USetStringIterator (const USetStringIterator &other)=default
 
bool operator== (const USetStringIterator &other) const
 
bool operator!= (const USetStringIterator &other) const
 
std::u16string_view operator* () const
 
USetStringIteratoroperator++ ()
 Pre-increment. More...
 
USetStringIterator operator++ (int)
 Post-increment. More...
 

Friends

class USetStrings
 

Detailed Description

Iterator returned by USetStrings.

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

Definition at line 1638 of file uset.h.

Constructor & Destructor Documentation

◆ USetStringIterator()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 1653 of file uset.h.

References operator==().

◆ operator*()

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

Definition at line 1656 of file uset.h.

References uset_getString().

◆ operator++() [1/2]

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

Pre-increment.

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

Definition at line 1670 of file uset.h.

◆ operator++() [2/2]

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

Post-increment.

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

Definition at line 1679 of file uset.h.

◆ operator==()

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

Definition at line 1644 of file uset.h.

Referenced by operator!=().


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