Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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]

Functions

Definition at line 733 of file qfragmentmap_p.h.

References pt.

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

References pt.

◆ ConstIterator() [3/4]

Definition at line 735 of file qfragmentmap_p.h.

References pt.

◆ ConstIterator() [4/4]

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

Definition at line 736 of file qfragmentmap_p.h.

References pt.

Member Function Documentation

◆ atEnd()

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

Definition at line 738 of file qfragmentmap_p.h.

Referenced by operator*(), operator->(), position(), size(), and 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.

◆ operator*()

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

Definition at line 744 of file qfragmentmap_p.h.

References atEnd().

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 atEnd().

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

◆ position()

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

Definition at line 747 of file qfragmentmap_p.h.

References atEnd().

Referenced by 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 atEnd().

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 atEnd().

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.

Referenced by ConstIterator(), ConstIterator(), ConstIterator(), and ConstIterator().


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