![]() |
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 Member Functions | |
Bucket (Span *s, size_t i) noexcept | |
Bucket (const Data *d, size_t bucket) noexcept | |
Bucket (iterator it) noexcept | |
size_t | toBucketIndex (const Data *d) const noexcept |
iterator | toIterator (const Data *d) const noexcept |
void | advanceWrapped (const Data *d) noexcept |
void | advance (const Data *d) noexcept |
bool | isUnused () const noexcept |
size_t | offset () const noexcept |
Node & | nodeAtOffset (size_t offset) |
Node * | node () |
Node * | insert () const |
Public Attributes | |
Span * | span |
size_t | index |
Friends | |
bool | operator== (Bucket lhs, Bucket rhs) noexcept |
bool | operator!= (Bucket lhs, Bucket rhs) noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 487 of file qhash.h.
References QHashPrivate::Data< Node >::spans.
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
size_t QHashPrivate::Data< Node >::Bucket::index |
Span* QHashPrivate::Data< Node >::Bucket::span |
Definition at line 468 of file qhash.h.
Referenced by Bucket(), Bucket(), and nodeAtOffset().