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 >::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 Fragmentoperator* () const
 
const Fragmentoperator-> () const
 
int position () const
 
int size () const
 
const Fragmentvalue () 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.

◆ 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.

◆ operator*()

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

Definition at line 744 of file qfragmentmap_p.h.

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

◆ operator--()

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

Definition at line 755 of file qfragmentmap_p.h.

◆ operator->()

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

Definition at line 745 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 >::ConstIterator::operator< ( const ConstIterator & it) const
inline

Definition at line 742 of file qfragmentmap_p.h.

References it, and 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.

◆ position()

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

Definition at line 747 of file qfragmentmap_p.h.

References Q_ASSERT.

◆ size()

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

Definition at line 748 of file qfragmentmap_p.h.

References Q_ASSERT.

◆ value()

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

Definition at line 749 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 >::ConstIterator::n

Definition at line 728 of file qfragmentmap_p.h.

◆ pt

template<class Fragment >
const QFragmentMap* QFragmentMap< Fragment >::ConstIterator::pt

Definition at line 727 of file qfragmentmap_p.h.


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