Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 65 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 68 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 73 of file qqmllist_p.h.

◆ operator=() [1/3]

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

Definition at line 85 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 86 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 80 of file qqmllist_p.h.

Friends And Related Symbol Documentation

◆ swap

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

Definition at line 88 of file qqmllist_p.h.


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