|
ICU 77.1 77.1
|
The Pattern::Iterator class provides an iterator over the formattable parts of a pattern. More...
#include <messageformat2_data_model.h>
Public Member Functions | |
| reference | operator* () const |
| Dereference operator (gets the element at the current iterator position). | |
| Iterator | operator++ () |
| Increment operator (advances to the next iterator position). | |
Friends | |
| class | Pattern |
| bool | operator== (const Iterator &a, const Iterator &b) |
| bool | operator!= (const Iterator &a, const Iterator &b) |
| Inequality comparison operator (used for comparing an iterator to the result of end()). | |
The Pattern::Iterator class provides an iterator over the formattable parts of a pattern.
Pattern::Iterator is mutable and is not copyable or movable.
Definition at line 1847 of file messageformat2_data_model.h.
|
inline |
Dereference operator (gets the element at the current iterator position).
Definition at line 1869 of file messageformat2_data_model.h.
|
inline |
Increment operator (advances to the next iterator position).
Definition at line 1879 of file messageformat2_data_model.h.
|
friend |
Inequality comparison operator (used for comparing an iterator to the result of end()).
Definition at line 1886 of file messageformat2_data_model.h.
|
friend |
Definition at line 1857 of file messageformat2_data_model.h.
|
friend |
Definition at line 1855 of file messageformat2_data_model.h.