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

References pt.

◆ Iterator() [2/3]

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

Definition at line 694 of file qfragmentmap_p.h.

References pt.

◆ Iterator() [3/3]

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

Definition at line 695 of file qfragmentmap_p.h.

References pt.

Member Function Documentation

◆ atEnd()

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

Definition at line 697 of file qfragmentmap_p.h.

Referenced by operator*(), operator*(), operator->(), operator->(), position(), value(), and value().

Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 700 of file qfragmentmap_p.h.

◆ operator*() [1/2]

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

Definition at line 703 of file qfragmentmap_p.h.

References atEnd().

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

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

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

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

◆ position()

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

Definition at line 708 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:

◆ value() [1/2]

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

Definition at line 710 of file qfragmentmap_p.h.

References atEnd().

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

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.

Referenced by Iterator(), Iterator(), and Iterator().


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