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
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 100 of file qqmllist_p.h.

Constructor & Destructor Documentation

◆ pointer()

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

Definition at line 103 of file qqmllist_p.h.

Member Function Documentation

◆ operator*()

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

Definition at line 104 of file qqmllist_p.h.

◆ operator->()

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

Definition at line 105 of file qqmllist_p.h.


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