![]() |
Qt 6.x
The Qt SDK
|
Classes | |
struct | HaystackPinning |
struct | is_owning_string_type |
struct | is_owning_string_type< QString > |
struct | is_owning_string_type< std::basic_string< Args... > > |
struct | NeedlePinning |
struct | PinForImpl |
struct | PinForImpl< QString > |
struct | PinForImpl< QStringBuilder< LHS, RHS > > |
struct | PinForImpl< std::basic_string< Char, Args... > > |
struct | Pinning |
struct | Pinning< T, true > |
struct | ViewForImpl |
struct | ViewForImpl< char16_t * > |
struct | ViewForImpl< char16_t > |
struct | ViewForImpl< const char16_t * > |
struct | ViewForImpl< QChar > |
struct | ViewForImpl< QLatin1Char > |
struct | ViewForImpl< QLatin1StringView > |
struct | ViewForImpl< QString > |
struct | ViewForImpl< QStringBuilder< LHS, RHS > > |
struct | ViewForImpl< QStringView > |
struct | ViewForImpl< std::basic_string< Char, Args... > > |
Typedefs | |
template<typename String > | |
using | ViewFor = typename ViewForImpl< typename std::decay< String >::type >::type |
template<typename StringLike > | |
using | PinFor = typename PinForImpl< typename std::remove_cv< StringLike >::type >::type |
template<typename Haystack , typename Needle > | |
using | TokenizerBase = QStringTokenizerBase< ViewFor< Haystack >, ViewFor< Needle > > |
template<typename Haystack , typename Needle > | |
using | TokenizerResult = Q_TOK_RESULT |
template<typename Haystack , typename Needle > | |
using | is_nothrow_constructible_from = std::is_nothrow_copy_constructible< TokenizerResult< Haystack, Needle > > |
Functions | |
constexpr qsizetype | size (QChar) noexcept |
template<typename String > | |
constexpr qsizetype | size (const String &s) noexcept |
using QtPrivate::Tok::is_nothrow_constructible_from = typedef std::is_nothrow_copy_constructible<TokenizerResult<Haystack, Needle> > |
Definition at line 353 of file qstringtokenizer.h.
using QtPrivate::Tok::PinFor = typedef typename PinForImpl<typename std::remove_cv<StringLike>::type>::type |
Definition at line 182 of file qstringtokenizer.h.
using QtPrivate::Tok::TokenizerBase = typedef QStringTokenizerBase<ViewFor<Haystack>, ViewFor<Needle> > |
Definition at line 240 of file qstringtokenizer.h.
using QtPrivate::Tok::TokenizerResult = typedef Q_TOK_RESULT |
Definition at line 351 of file qstringtokenizer.h.
using QtPrivate::Tok::ViewFor = typedef typename ViewForImpl<typename std::decay<String>::type>::type |
Definition at line 156 of file qstringtokenizer.h.
|
constexprnoexcept |
Definition at line 131 of file qstringtokenizer.h.
Definition at line 129 of file qstringtokenizer.h.