![]() |
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 41 of file qoffsetstringarray_p.h.
| using QOffsetStringArray< StaticString, OffsetList >::Char = typename StaticString::value_type |
Definition at line 58 of file qoffsetstringarray_p.h.
| using QOffsetStringArray< StaticString, OffsetList >::View = typename decltype(viewType_helper())::type |
Definition at line 59 of file qoffsetstringarray_p.h.
|
inlineconstexpr |
Definition at line 61 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 70 of file qoffsetstringarray_p.h.
|
inlinenoexcept |
Definition at line 83 of file qoffsetstringarray_p.h.
|
inlineconstexpr |
Definition at line 81 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 65 of file qoffsetstringarray_p.h.
|
inlineconstexprnoexcept |
Definition at line 75 of file qoffsetstringarray_p.h.