![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QStringSplitter:Public Member Functions | |
| QStringSplitter (QStringView sv) | |
| bool | hasNext () |
| QStringView | next () |
Public Attributes | |
| const QChar * | m_data |
| qsizetype | m_len |
| qsizetype | m_pos = 0 |
| QChar | m_splitChar = u'/' |
Definition at line 68 of file qresource.cpp.
|
inlineexplicit |
Definition at line 71 of file qresource.cpp.
|
inline |
Definition at line 76 of file qresource.cpp.
References m_data, m_len, m_pos, and m_splitChar.
Referenced by QResourceRoot::findNode(), and QResourceRoot::mappingRootSubdir().
Here is the caller graph for this function:
|
inline |
Definition at line 83 of file qresource.cpp.
References m_data, m_len, m_pos, and m_splitChar.
Referenced by QResourceRoot::findNode(), and QResourceRoot::mappingRootSubdir().
Here is the caller graph for this function:| const QChar* QStringSplitter::m_data |
Definition at line 91 of file qresource.cpp.
| qsizetype QStringSplitter::m_len |
Definition at line 92 of file qresource.cpp.
| qsizetype QStringSplitter::m_pos = 0 |
Definition at line 93 of file qresource.cpp.
| QChar QStringSplitter::m_splitChar = u'/' |
Definition at line 94 of file qresource.cpp.