![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qoffsetstringarray_p.h>
Public Types | |
using | Char = typename StaticString::value_type |
using | View = typename decltype(viewType_helper())::type |
Public Member Functions | |
constexpr | QOffsetStringArray (const StaticString &string, const OffsetList &offsets) |
constexpr const Char * | operator[] (const int index) const noexcept |
constexpr const Char * | at (const int index) const noexcept |
constexpr View | viewAt (qsizetype index) const noexcept |
constexpr int | count () const |
bool | contains (View needle, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
Definition at line 45 of file qoffsetstringarray_p.h.
using QOffsetStringArray< StaticString, OffsetList >::Char = typename StaticString::value_type |
Definition at line 62 of file qoffsetstringarray_p.h.
using QOffsetStringArray< StaticString, OffsetList >::View = typename decltype(viewType_helper())::type |
Definition at line 63 of file qoffsetstringarray_p.h.
|
inlineconstexpr |
Definition at line 65 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 74 of file qoffsetstringarray_p.h.
|
inlinenoexcept |
Definition at line 87 of file qoffsetstringarray_p.h.
|
inlineconstexpr |
Definition at line 85 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 69 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 79 of file qoffsetstringarray_p.h.