![]() |
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 46 of file qoffsetstringarray_p.h.
| using QOffsetStringArray< StaticString, OffsetList >::Char = typename StaticString::value_type |
Definition at line 63 of file qoffsetstringarray_p.h.
| using QOffsetStringArray< StaticString, OffsetList >::View = typename decltype(viewType_helper())::type |
Definition at line 64 of file qoffsetstringarray_p.h.
|
inlineconstexpr |
Definition at line 66 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 75 of file qoffsetstringarray_p.h.
|
inlinenoexcept |
Definition at line 88 of file qoffsetstringarray_p.h.
|
inlineconstexpr |
Definition at line 86 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 70 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 80 of file qoffsetstringarray_p.h.