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
QJSListForInIterator Struct Reference

#include <qjslist.h>

+ Collaboration diagram for QJSListForInIterator:

Public Types

using Ptr = QJSListForInIterator *
 

Public Member Functions

template<typename List , typename Value >
void init (const QJSList< List, Value > &list)
 
bool hasNext () const
 
qsizetype next ()
 

Detailed Description

Definition at line 325 of file qjslist.h.

Member Typedef Documentation

◆ Ptr

Definition at line 328 of file qjslist.h.

Member Function Documentation

◆ hasNext()

bool QJSListForInIterator::hasNext ( ) const
inline

Definition at line 336 of file qjslist.h.

◆ init()

template<typename List , typename Value >
void QJSListForInIterator::init ( const QJSList< List, Value > & list)
inline

Definition at line 330 of file qjslist.h.

References list, and QList< T >::size().

+ Here is the call graph for this function:

◆ next()

qsizetype QJSListForInIterator::next ( )
inline

Definition at line 337 of file qjslist.h.


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