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
QSubpathForwardIterator Class Reference
+ Collaboration diagram for QSubpathForwardIterator:

Public Member Functions

 QSubpathForwardIterator (const QDataBuffer< QStrokerOps::Element > *path)
 
int position () const
 
bool hasNext () const
 
QStrokerOps::Element next ()
 

Detailed Description

Definition at line 14 of file qstroker.cpp.

Constructor & Destructor Documentation

◆ QSubpathForwardIterator()

QSubpathForwardIterator::QSubpathForwardIterator ( const QDataBuffer< QStrokerOps::Element > * path)
inline

Definition at line 17 of file qstroker.cpp.

Member Function Documentation

◆ hasNext()

bool QSubpathForwardIterator::hasNext ( ) const
inline

Definition at line 20 of file qstroker.cpp.

References QDataBuffer< Type >::size().

Referenced by next().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ next()

QStrokerOps::Element QSubpathForwardIterator::next ( )
inline

Definition at line 21 of file qstroker.cpp.

References QDataBuffer< Type >::at(), hasNext(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ position()

int QSubpathForwardIterator::position ( ) const
inline

Definition at line 19 of file qstroker.cpp.


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