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
QDoubleEndedList< N >::base_iterator< T, Node > Class Template Reference

#include <qdoubleendedlist_p.h>

+ Collaboration diagram for QDoubleEndedList< N >::base_iterator< T, Node >:

Public Member Functions

T * operator* () const
 
T * operator-> () const
 
bool operator== (const base_iterator &other) const
 
bool operator!= (const base_iterator &other) const
 
base_iteratoroperator++ ()
 
base_iterator operator++ (int)
 

Friends

class QDoubleEndedList< N >
 

Detailed Description

template<class N>
template<typename T, typename Node>
class QDoubleEndedList< N >::base_iterator< T, Node >

Definition at line 125 of file qdoubleendedlist_p.h.

Member Function Documentation

◆ operator!=()

template<class N >
template<typename T , typename Node >
bool QDoubleEndedList< N >::base_iterator< T, Node >::operator!= ( const base_iterator< T, Node > & other) const
inline

Definition at line 131 of file qdoubleendedlist_p.h.

References other().

+ Here is the call graph for this function:

◆ operator*()

template<class N >
template<typename T , typename Node >
T * QDoubleEndedList< N >::base_iterator< T, Node >::operator* ( ) const
inline

Definition at line 127 of file qdoubleendedlist_p.h.

◆ operator++() [1/2]

template<class N >
template<typename T , typename Node >
base_iterator & QDoubleEndedList< N >::base_iterator< T, Node >::operator++ ( )
inline

Definition at line 133 of file qdoubleendedlist_p.h.

◆ operator++() [2/2]

template<class N >
template<typename T , typename Node >
base_iterator QDoubleEndedList< N >::base_iterator< T, Node >::operator++ ( int )
inline

Definition at line 139 of file qdoubleendedlist_p.h.

◆ operator->()

template<class N >
template<typename T , typename Node >
T * QDoubleEndedList< N >::base_iterator< T, Node >::operator-> ( ) const
inline

Definition at line 128 of file qdoubleendedlist_p.h.

◆ operator==()

template<class N >
template<typename T , typename Node >
bool QDoubleEndedList< N >::base_iterator< T, Node >::operator== ( const base_iterator< T, Node > & other) const
inline

Definition at line 130 of file qdoubleendedlist_p.h.

References other().

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ QDoubleEndedList< N >

template<class N >
template<typename T , typename Node >
friend class QDoubleEndedList< N >
friend

Definition at line 139 of file qdoubleendedlist_p.h.


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