ICU 78.2 78.2
Loading...
Searching...
No Matches
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.
USetStringIterator operator++ (int)
 Post-increment.

Friends

class USetStrings

Detailed Description

Iterator returned by USetStrings.

Stable
ICU 76

Definition at line 1633 of file uset.h.

Constructor & Destructor Documentation

◆ USetStringIterator()

U_HEADER_ONLY_NAMESPACE::USetStringIterator::USetStringIterator ( const USetStringIterator & other)
default

Member Function Documentation

◆ operator!=()

bool U_HEADER_ONLY_NAMESPACE::USetStringIterator::operator!= ( const USetStringIterator & other) const
inline
Stable
ICU 76

Definition at line 1648 of file uset.h.

References operator==(), and USetStringIterator().

◆ operator*()

std::u16string_view U_HEADER_ONLY_NAMESPACE::USetStringIterator::operator* ( ) const
inline
Stable
ICU 76

Definition at line 1651 of file uset.h.

References uset_getString().

◆ operator++() [1/2]

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

Pre-increment.

Stable
ICU 76

Definition at line 1665 of file uset.h.

References USetStringIterator().

◆ operator++() [2/2]

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

Post-increment.

Stable
ICU 76

Definition at line 1674 of file uset.h.

References USetStringIterator().

◆ operator==()

bool U_HEADER_ONLY_NAMESPACE::USetStringIterator::operator== ( const USetStringIterator & other) const
inline
Stable
ICU 76

Definition at line 1639 of file uset.h.

References USetStringIterator().

Referenced by operator!=().

◆ USetStrings

friend class USetStrings
friend

Definition at line 1681 of file uset.h.


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