![]() |
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 | |
| 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 |
| Fragment * | operator* () |
| const Fragment * | operator* () const |
| Fragment * | operator-> () |
| const Fragment * | operator-> () const |
| int | position () const |
| const Fragment * | value () const |
| Fragment * | value () |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
Public Attributes | |
| QFragmentMap * | pt |
| quint32 | n |
Definition at line 687 of file qfragmentmap_p.h.
|
inline |
Definition at line 693 of file qfragmentmap_p.h.
References pt.
|
inline |
Definition at line 694 of file qfragmentmap_p.h.
References pt.
|
inline |
Definition at line 695 of file qfragmentmap_p.h.
References pt.
|
inline |
Definition at line 697 of file qfragmentmap_p.h.
Referenced by operator*(), operator*(), operator->(), operator->(), position(), value(), and value().
|
inline |
Definition at line 700 of file qfragmentmap_p.h.
|
inline |
Definition at line 703 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 704 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 712 of file qfragmentmap_p.h.
|
inline |
Definition at line 716 of file qfragmentmap_p.h.
|
inline |
Definition at line 705 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 706 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 701 of file qfragmentmap_p.h.
References position().
|
inline |
Definition at line 699 of file qfragmentmap_p.h.
|
inline |
Definition at line 708 of file qfragmentmap_p.h.
References atEnd().
Referenced by operator<().
|
inline |
Definition at line 710 of file qfragmentmap_p.h.
References atEnd().
|
inline |
Definition at line 709 of file qfragmentmap_p.h.
References atEnd().
| quint32 QFragmentMap< Fragment >::Iterator::n |
Definition at line 691 of file qfragmentmap_p.h.
| QFragmentMap* QFragmentMap< Fragment >::Iterator::pt |
Definition at line 690 of file qfragmentmap_p.h.
Referenced by Iterator(), Iterator(), and Iterator().