Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QStringSplitter Class Reference
+ Collaboration diagram for QStringSplitter:

Public Member Functions

 QStringSplitter (QStringView sv)
 
bool hasNext ()
 
QStringView next ()
 

Public Attributes

const QCharm_data
 
qsizetype m_len
 
qsizetype m_pos = 0
 
QChar m_splitChar = u'/'
 

Detailed Description

Definition at line 68 of file qresource.cpp.

Constructor & Destructor Documentation

◆ QStringSplitter()

QStringSplitter::QStringSplitter ( QStringView sv)
inlineexplicit

Definition at line 71 of file qresource.cpp.

Member Function Documentation

◆ hasNext()

bool QStringSplitter::hasNext ( )
inline

Definition at line 76 of file qresource.cpp.

References m_data, m_len, m_pos, and m_splitChar.

Referenced by QResourceRoot::findNode().

+ Here is the caller graph for this function:

◆ next()

QStringView QStringSplitter::next ( )
inline

Definition at line 83 of file qresource.cpp.

References m_data, m_len, m_pos, and m_splitChar.

Referenced by QResourceRoot::findNode().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_data

const QChar* QStringSplitter::m_data

Definition at line 91 of file qresource.cpp.

Referenced by hasNext(), and next().

◆ m_len

qsizetype QStringSplitter::m_len

Definition at line 92 of file qresource.cpp.

Referenced by hasNext(), and next().

◆ m_pos

qsizetype QStringSplitter::m_pos = 0

Definition at line 93 of file qresource.cpp.

Referenced by hasNext(), and next().

◆ m_splitChar

QChar QStringSplitter::m_splitChar = u'/'

Definition at line 94 of file qresource.cpp.

Referenced by hasNext(), and next().


The documentation for this class was generated from the following file: