Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlListIterator< T >::pointer Class Reference

#include <qqmllist_p.h>

+ Collaboration diagram for QQmlListIterator< T >::pointer:

Public Member Functions

 pointer (const QQmlListIterator *iter)
 
reference operator* () const
 
QQmlListIterator operator-> () const
 

Detailed Description

template<typename T>
class QQmlListIterator< T >::pointer

Definition at line 98 of file qqmllist_p.h.

Constructor & Destructor Documentation

◆ pointer()

template<typename T >
QQmlListIterator< T >::pointer::pointer ( const QQmlListIterator iter)
inlineexplicit

Definition at line 101 of file qqmllist_p.h.

Member Function Documentation

◆ operator*()

template<typename T >
reference QQmlListIterator< T >::pointer::operator* ( ) const
inline

Definition at line 102 of file qqmllist_p.h.

◆ operator->()

template<typename T >
QQmlListIterator QQmlListIterator< T >::pointer::operator-> ( ) const
inline

Definition at line 103 of file qqmllist_p.h.


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