Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QFragmentMap< Fragment >::ConstIterator Class Reference

#include <qfragmentmap_p.h>

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

Public Member Functions

 ConstIterator ()
 
 ConstIterator (const QFragmentMap *p, int node)
 
 ConstIterator (const ConstIterator &it)
 
 ConstIterator (const Iterator &it)
 
bool atEnd () const
 
bool operator== (const ConstIterator &it) const
 
bool operator!= (const ConstIterator &it) const
 
bool operator< (const ConstIterator &it) const
 
const Fragment * operator* () const
 
const Fragment * operator-> () const
 
int position () const
 
int size () const
 
const Fragment * value () const
 
ConstIteratoroperator++ ()
 
ConstIteratoroperator-- ()
 

Public Attributes

const QFragmentMappt
 
quint32 n
 

Detailed Description

template<class Fragment>
class QFragmentMap< Fragment >::ConstIterator

Definition at line 724 of file qfragmentmap_p.h.

Constructor & Destructor Documentation

◆ ConstIterator() [1/4]

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

Functions

Definition at line 733 of file qfragmentmap_p.h.

◆ ConstIterator() [2/4]

template<class Fragment >
QFragmentMap< Fragment >::ConstIterator::ConstIterator ( const QFragmentMap p,
int  node 
)
inline

Definition at line 734 of file qfragmentmap_p.h.

◆ ConstIterator() [3/4]

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

Definition at line 735 of file qfragmentmap_p.h.

◆ ConstIterator() [4/4]

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

Definition at line 736 of file qfragmentmap_p.h.

Member Function Documentation

◆ atEnd()

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

Definition at line 738 of file qfragmentmap_p.h.

References QFragmentMap< Fragment >::ConstIterator::n.

Referenced by QFragmentMap< Fragment >::ConstIterator::operator*(), QFragmentMap< Fragment >::ConstIterator::operator->(), QFragmentMap< Fragment >::ConstIterator::position(), QFragmentMap< Fragment >::ConstIterator::size(), and QFragmentMap< Fragment >::ConstIterator::value().

+ Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 741 of file qfragmentmap_p.h.

References it, and QFragmentMap< Fragment >::ConstIterator::pt.

◆ operator*()

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

Definition at line 744 of file qfragmentmap_p.h.

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

+ Here is the call graph for this function:

◆ operator++()

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

Definition at line 751 of file qfragmentmap_p.h.

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

◆ operator--()

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

Definition at line 755 of file qfragmentmap_p.h.

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

◆ operator->()

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

Definition at line 745 of file qfragmentmap_p.h.

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

+ Here is the call graph for this function:

◆ operator<()

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

Definition at line 742 of file qfragmentmap_p.h.

References it, and QFragmentMap< Fragment >::ConstIterator::position().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 740 of file qfragmentmap_p.h.

References it, and QFragmentMap< Fragment >::ConstIterator::pt.

◆ position()

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

Definition at line 747 of file qfragmentmap_p.h.

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

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

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

◆ size()

template<class Fragment >
int QFragmentMap< Fragment >::ConstIterator::size ( ) const
inline

Definition at line 748 of file qfragmentmap_p.h.

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

+ Here is the call graph for this function:

◆ value()

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

Definition at line 749 of file qfragmentmap_p.h.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ n

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

Definition at line 728 of file qfragmentmap_p.h.

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

◆ pt


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