![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfragmentmap_p.h>
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 |
ConstIterator & | operator++ () |
ConstIterator & | operator-- () |
Public Attributes | |
const QFragmentMap * | pt |
quint32 | n |
Definition at line 724 of file qfragmentmap_p.h.
|
inline |
|
inline |
Definition at line 734 of file qfragmentmap_p.h.
References pt.
|
inline |
Definition at line 735 of file qfragmentmap_p.h.
References pt.
|
inline |
Definition at line 736 of file qfragmentmap_p.h.
References pt.
|
inline |
Definition at line 738 of file qfragmentmap_p.h.
Referenced by operator*(), operator->(), position(), size(), and value().
|
inline |
Definition at line 741 of file qfragmentmap_p.h.
|
inline |
Definition at line 744 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 751 of file qfragmentmap_p.h.
|
inline |
Definition at line 755 of file qfragmentmap_p.h.
|
inline |
Definition at line 745 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 742 of file qfragmentmap_p.h.
References position().
|
inline |
Definition at line 740 of file qfragmentmap_p.h.
|
inline |
Definition at line 747 of file qfragmentmap_p.h.
References atEnd().
Referenced by operator<().
|
inline |
Definition at line 748 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 749 of file qfragmentmap_p.h.
References atEnd().
quint32 QFragmentMap< Fragment >::ConstIterator::n |
Definition at line 728 of file qfragmentmap_p.h.
const QFragmentMap* QFragmentMap< Fragment >::ConstIterator::pt |
Definition at line 727 of file qfragmentmap_p.h.
Referenced by ConstIterator(), ConstIterator(), ConstIterator(), and ConstIterator().