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 >::reference Class Reference

#include <qqmllist_p.h>

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

Public Member Functions

 reference (const QQmlListIterator *iter)
 
 reference (const reference &)=default
 
 reference (reference &&)=default
 
 ~reference ()=default
 
 operator T* () const
 
referenceoperator= (T *value)
 
referenceoperator= (const reference &value)
 
referenceoperator= (reference &&value)
 

Friends

void swap (reference a, reference b)
 

Detailed Description

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

Definition at line 67 of file qqmllist_p.h.

Constructor & Destructor Documentation

◆ reference() [1/3]

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

Definition at line 70 of file qqmllist_p.h.

◆ reference() [2/3]

template<typename T >
QQmlListIterator< T >::reference::reference ( const reference & )
default

◆ reference() [3/3]

template<typename T >
QQmlListIterator< T >::reference::reference ( reference && )
default

◆ ~reference()

template<typename T >
QQmlListIterator< T >::reference::~reference ( )
default

Member Function Documentation

◆ operator T*()

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

Definition at line 75 of file qqmllist_p.h.

◆ operator=() [1/3]

template<typename T >
reference & QQmlListIterator< T >::reference::operator= ( const reference & value)
inline

Definition at line 87 of file qqmllist_p.h.

References QQmlListIterator< T >::reference::operator=().

Referenced by QQmlListIterator< T >::reference::operator=().

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

◆ operator=() [2/3]

template<typename T >
reference & QQmlListIterator< T >::reference::operator= ( reference && value)
inline

Definition at line 88 of file qqmllist_p.h.

References QQmlListIterator< T >::reference::operator=().

Referenced by QQmlListIterator< T >::reference::operator=().

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

◆ operator=() [3/3]

template<typename T >
reference & QQmlListIterator< T >::reference::operator= ( T * value)
inline

Definition at line 82 of file qqmllist_p.h.

Friends And Related Symbol Documentation

◆ swap

template<typename T >
void swap ( reference a,
reference b )
friend

Definition at line 90 of file qqmllist_p.h.


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