Qt 6.x
The Qt SDK
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
 
Fragment * operator* ()
 
const Fragment * operator* () const
 
Fragment * operator-> ()
 
const Fragment * operator-> () const
 
int position () const
 
const Fragment * value () const
 
Fragment * value ()
 
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

◆ 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, and QFragmentMap< Fragment >::Iterator::pt.

◆ operator*() [1/2]

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

Definition at line 703 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::Iterator::atEnd(), QFragmentMap< Fragment >::fragment(), Fragment, QFragmentMap< Fragment >::Iterator::pt, 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 >::Iterator::atEnd(), QFragmentMap< Fragment >::fragment(), Fragment, QFragmentMap< Fragment >::Iterator::pt, 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.

References QFragmentMap< Fragment >::Iterator::pt.

◆ operator--()

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

Definition at line 716 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::Iterator::pt.

◆ operator->() [1/2]

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

Definition at line 705 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::Iterator::atEnd(), QFragmentMap< Fragment >::fragment(), Fragment, QFragmentMap< Fragment >::Iterator::pt, 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 >::Iterator::atEnd(), QFragmentMap< Fragment >::fragment(), Fragment, QFragmentMap< Fragment >::Iterator::pt, 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 QFragmentMap< Fragment >::Iterator::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, and QFragmentMap< Fragment >::Iterator::pt.

◆ position()

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

Definition at line 708 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::Iterator::atEnd(), QFragmentMap< Fragment >::Iterator::pt, and Q_ASSERT.

Referenced by QFragmentMap< Fragment >::Iterator::operator<().

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

◆ value() [1/2]

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

Definition at line 710 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::Iterator::atEnd(), QFragmentMap< Fragment >::fragment(), Fragment, QFragmentMap< Fragment >::Iterator::pt, 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 >::Iterator::atEnd(), QFragmentMap< Fragment >::fragment(), Fragment, QFragmentMap< Fragment >::Iterator::pt, 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.

Referenced by QFragmentMap< Fragment >::Iterator::atEnd().

◆ pt


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