#include <qstringiterator_p.h>
Definition at line 25 of file qstringiterator_p.h.
◆ QStringIterator() [1/3]
◆ QStringIterator() [2/3]
| QStringIterator::QStringIterator |
( |
const QChar * | begin, |
|
|
const QChar * | end ) |
|
inlineexplicit |
◆ QStringIterator() [3/3]
◆ advance()
| void QStringIterator::advance |
( |
| ) |
|
|
inline |
◆ advanceUnchecked()
| void QStringIterator::advanceUnchecked |
( |
| ) |
|
|
inline |
◆ hasNext()
| bool QStringIterator::hasNext |
( |
| ) |
const |
|
inline |
◆ hasPrevious()
| bool QStringIterator::hasPrevious |
( |
| ) |
const |
|
inline |
◆ index()
◆ next()
| char32_t QStringIterator::next |
( |
char32_t | invalidAs = QChar::ReplacementCharacter | ) |
|
|
inline |
◆ nextOrRawCodeUnit()
| char32_t QStringIterator::nextOrRawCodeUnit |
( |
| ) |
|
|
inline |
◆ nextUnchecked()
| char32_t QStringIterator::nextUnchecked |
( |
| ) |
|
|
inline |
◆ peekNext()
| char32_t QStringIterator::peekNext |
( |
char32_t | invalidAs = QChar::ReplacementCharacter | ) |
const |
|
inline |
◆ peekNextUnchecked()
| char32_t QStringIterator::peekNextUnchecked |
( |
| ) |
const |
|
inline |
◆ peekPrevious()
| char32_t QStringIterator::peekPrevious |
( |
char32_t | invalidAs = QChar::ReplacementCharacter | ) |
const |
|
inline |
◆ peekPreviousUnchecked()
| char32_t QStringIterator::peekPreviousUnchecked |
( |
| ) |
const |
|
inline |
◆ position()
◆ previous()
| char32_t QStringIterator::previous |
( |
char32_t | invalidAs = QChar::ReplacementCharacter | ) |
|
|
inline |
◆ previousOrRawCodeUnit()
| char32_t QStringIterator::previousOrRawCodeUnit |
( |
| ) |
|
|
inline |
◆ previousUnchecked()
| char32_t QStringIterator::previousUnchecked |
( |
| ) |
|
|
inline |
◆ recede()
| void QStringIterator::recede |
( |
| ) |
|
|
inline |
◆ recedeUnchecked()
| void QStringIterator::recedeUnchecked |
( |
| ) |
|
|
inline |
◆ setPosition()
The documentation for this class was generated from the following file: