Qt 4.8
|
#include <qfragmentmap_p.h>
Public Functions | |
bool | atEnd () const |
ConstIterator () | |
ConstIterator (const QFragmentMap *p, int node) | |
ConstIterator (const ConstIterator &it) | |
ConstIterator (const Iterator &it) | |
bool | operator!= (const ConstIterator &it) const |
const Fragment * | operator* () const |
ConstIterator & | operator++ () |
ConstIterator & | operator-- () |
const Fragment * | operator-> () const |
bool | operator< (const ConstIterator &it) const |
bool | operator== (const ConstIterator &it) const |
int | position () const |
int | size () const |
const Fragment * | value () const |
Public Variables | |
quint32 | n |
const QFragmentMap * | pt |
Definition at line 763 of file qfragmentmap_p.h.
|
inline |
|
inline |
Definition at line 773 of file qfragmentmap_p.h.
|
inline |
Definition at line 774 of file qfragmentmap_p.h.
|
inline |
Definition at line 775 of file qfragmentmap_p.h.
|
inline |
Definition at line 777 of file qfragmentmap_p.h.
|
inline |
Definition at line 780 of file qfragmentmap_p.h.
|
inline |
Definition at line 783 of file qfragmentmap_p.h.
|
inline |
Definition at line 790 of file qfragmentmap_p.h.
|
inline |
Definition at line 794 of file qfragmentmap_p.h.
|
inline |
Definition at line 784 of file qfragmentmap_p.h.
|
inline |
Definition at line 781 of file qfragmentmap_p.h.
|
inline |
Definition at line 779 of file qfragmentmap_p.h.
|
inline |
Definition at line 786 of file qfragmentmap_p.h.
Referenced by QFragmentMap< Fragment >::ConstIterator::operator<().
|
inline |
Definition at line 787 of file qfragmentmap_p.h.
|
inline |
Definition at line 788 of file qfragmentmap_p.h.
quint32 QFragmentMap< Fragment >::ConstIterator::n |
Definition at line 767 of file qfragmentmap_p.h.
Referenced by QFragmentMap< Fragment >::ConstIterator::operator!=(), and QFragmentMap< Fragment >::ConstIterator::operator==().
const QFragmentMap* QFragmentMap< Fragment >::ConstIterator::pt |
Definition at line 766 of file qfragmentmap_p.h.
Referenced by QFragmentMap< Fragment >::ConstIterator::operator!=(), and QFragmentMap< Fragment >::ConstIterator::operator==().