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
QFragmentMap< Fragment >::Iterator Class Reference

#include <qfragmentmap_p.h>

+ Collaboration diagram for QFragmentMap< Fragment >::Iterator:

Public Member Functions

 Iterator ()
 
 Iterator (QFragmentMap *p, int node)
 
 Iterator (const Iterator &it)
 
bool atEnd () const
 
bool operator== (const Iterator &it) const
 
bool operator!= (const Iterator &it) const
 
bool operator< (const Iterator &it) const
 
Fragmentoperator* ()
 
const Fragmentoperator* () const
 
Fragmentoperator-> ()
 
const Fragmentoperator-> () const
 
int position () const
 
const Fragmentvalue () const
 
Fragmentvalue ()
 
Iteratoroperator++ ()
 
Iteratoroperator-- ()
 

Public Attributes

QFragmentMappt
 
quint32 n
 

Detailed Description

template<class Fragment>
class QFragmentMap< Fragment >::Iterator

Definition at line 687 of file qfragmentmap_p.h.

Constructor & Destructor Documentation

◆ Iterator() [1/3]

template<class Fragment >
QFragmentMap< Fragment >::Iterator::Iterator ( )
inline

Definition at line 693 of file qfragmentmap_p.h.

◆ Iterator() [2/3]

template<class Fragment >
QFragmentMap< Fragment >::Iterator::Iterator ( QFragmentMap * p,
int node )
inline

Definition at line 694 of file qfragmentmap_p.h.

◆ Iterator() [3/3]

template<class Fragment >
QFragmentMap< Fragment >::Iterator::Iterator ( const Iterator & it)
inline

Definition at line 695 of file qfragmentmap_p.h.

Member Function Documentation

◆ atEnd()

template<class Fragment >
bool QFragmentMap< Fragment >::Iterator::atEnd ( ) const
inline

Definition at line 697 of file qfragmentmap_p.h.

◆ operator!=()

template<class Fragment >
bool QFragmentMap< Fragment >::Iterator::operator!= ( const Iterator & it) const
inline

Definition at line 700 of file qfragmentmap_p.h.

References it.

◆ operator*() [1/2]

template<class Fragment >
Fragment * QFragmentMap< Fragment >::Iterator::operator* ( )
inline

Definition at line 703 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::fragment(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ operator*() [2/2]

template<class Fragment >
const Fragment * QFragmentMap< Fragment >::Iterator::operator* ( ) const
inline

Definition at line 704 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::fragment(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ operator++()

template<class Fragment >
Iterator & QFragmentMap< Fragment >::Iterator::operator++ ( )
inline

Definition at line 712 of file qfragmentmap_p.h.

◆ operator--()

template<class Fragment >
Iterator & QFragmentMap< Fragment >::Iterator::operator-- ( )
inline

Definition at line 716 of file qfragmentmap_p.h.

◆ operator->() [1/2]

template<class Fragment >
Fragment * QFragmentMap< Fragment >::Iterator::operator-> ( )
inline

Definition at line 705 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::fragment(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ operator->() [2/2]

template<class Fragment >
const Fragment * QFragmentMap< Fragment >::Iterator::operator-> ( ) const
inline

Definition at line 706 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::fragment(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ operator<()

template<class Fragment >
bool QFragmentMap< Fragment >::Iterator::operator< ( const Iterator & it) const
inline

Definition at line 701 of file qfragmentmap_p.h.

References it, and position().

+ Here is the call graph for this function:

◆ operator==()

template<class Fragment >
bool QFragmentMap< Fragment >::Iterator::operator== ( const Iterator & it) const
inline

Definition at line 699 of file qfragmentmap_p.h.

References it.

◆ position()

template<class Fragment >
int QFragmentMap< Fragment >::Iterator::position ( ) const
inline

Definition at line 708 of file qfragmentmap_p.h.

References Q_ASSERT.

◆ value() [1/2]

template<class Fragment >
Fragment * QFragmentMap< Fragment >::Iterator::value ( )
inline

Definition at line 710 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::fragment(), and Q_ASSERT.

+ Here is the call graph for this function:

◆ value() [2/2]

template<class Fragment >
const Fragment * QFragmentMap< Fragment >::Iterator::value ( ) const
inline

Definition at line 709 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::fragment(), and Q_ASSERT.

+ Here is the call graph for this function:

Member Data Documentation

◆ n

template<class Fragment >
quint32 QFragmentMap< Fragment >::Iterator::n

Definition at line 691 of file qfragmentmap_p.h.

◆ pt

template<class Fragment >
QFragmentMap* QFragmentMap< Fragment >::Iterator::pt

Definition at line 690 of file qfragmentmap_p.h.


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