![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstringtokenizer.h>
Public Types | |
| using | difference_type = qsizetype |
| using | value_type = Haystack |
| using | pointer = const value_type* |
| using | reference = const value_type& |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| iterator () noexcept=default | |
| constexpr const Haystack * | operator-> () const |
| constexpr const Haystack & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
Friends | |
| class | QStringTokenizerBase |
| constexpr bool | operator== (const iterator &lhs, sentinel) noexcept |
| constexpr bool | operator!= (const iterator &lhs, sentinel) noexcept |
| constexpr bool | operator== (sentinel, const iterator &rhs) noexcept |
| constexpr bool | operator!= (sentinel, const iterator &rhs) noexcept |
Definition at line 55 of file qstringtokenizer.h.
| using QStringTokenizerBase< Haystack, Needle >::iterator::difference_type = qsizetype |
Definition at line 62 of file qstringtokenizer.h.
| using QStringTokenizerBase< Haystack, Needle >::iterator::iterator_category = std::forward_iterator_tag |
Definition at line 66 of file qstringtokenizer.h.
| using QStringTokenizerBase< Haystack, Needle >::iterator::pointer = const value_type* |
Definition at line 64 of file qstringtokenizer.h.
| using QStringTokenizerBase< Haystack, Needle >::iterator::reference = const value_type& |
Definition at line 65 of file qstringtokenizer.h.
| using QStringTokenizerBase< Haystack, Needle >::iterator::value_type = Haystack |
Definition at line 63 of file qstringtokenizer.h.
|
defaultnoexcept |
|
inlinenodiscardconstexpr |
Definition at line 72 of file qstringtokenizer.h.
References operator->().
|
inline |
Definition at line 74 of file qstringtokenizer.h.
|
inline |
Definition at line 75 of file qstringtokenizer.h.
|
inlinenodiscardconstexpr |
Definition at line 71 of file qstringtokenizer.h.
Referenced by operator*().
|
friend |
Definition at line 79 of file qstringtokenizer.h.
|
friend |
Definition at line 83 of file qstringtokenizer.h.
|
friend |
Definition at line 77 of file qstringtokenizer.h.
|
friend |
Definition at line 81 of file qstringtokenizer.h.
|
friend |
Definition at line 58 of file qstringtokenizer.h.