![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhash.h>
Public Types | |
using | Span = QHashPrivate::Span<Node> |
Public Member Functions | |
size_t | span () const noexcept |
size_t | index () const noexcept |
bool | isUnused () const noexcept |
Node * | node () const noexcept |
bool | atEnd () const noexcept |
iterator | operator++ () noexcept |
bool | operator== (iterator other) const noexcept |
bool | operator!= (iterator other) const noexcept |
Public Attributes | |
const Data< Node > * | d = nullptr |
size_t | bucket = 0 |
using QHashPrivate::iterator< Node >::Span = QHashPrivate::Span<Node> |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 797 of file qhash.h.
Referenced by node(), and operator++().
|
inlinenoexcept |
Definition at line 799 of file qhash.h.
References isUnused().
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 806 of file qhash.h.
References d, and isUnused().
|
inlinenoexcept |
|
inlinenoexcept |
size_t QHashPrivate::iterator< Node >::bucket = 0 |
const Data<Node>* QHashPrivate::iterator< Node >::d = nullptr |
Definition at line 792 of file qhash.h.
Referenced by atEnd(), and operator++().