Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ next()

qsizetype QJSListForInIterator::next ( )
inline

Definition at line 337 of file qjslist.h.


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