![]() |
Qt 6.x
The Qt SDK
|
#include <qqsbcollection_p.h>
Collaboration diagram for QQsbCollection::Entry:Public Member Functions | |
| Entry ()=default | |
| Entry (const QByteArray &key) | |
| Entry (const QByteArray &key, qint64 value) | |
| bool | isValid () const |
Public Attributes | |
| QByteArray | key |
| qint64 | value = -1 |
| size_t | hashKey |
Definition at line 35 of file qqsbcollection_p.h.
|
default |
|
inlineexplicit |
Definition at line 39 of file qqsbcollection_p.h.
References qHash().
Here is the call graph for this function:
|
inline |
Definition at line 43 of file qqsbcollection_p.h.
References qHash().
Here is the call graph for this function:
|
inline |
Definition at line 47 of file qqsbcollection_p.h.
| size_t QQsbCollection::Entry::hashKey |
Definition at line 50 of file qqsbcollection_p.h.
| QByteArray QQsbCollection::Entry::key |
Definition at line 48 of file qqsbcollection_p.h.
Referenced by operator==().
| qint64 QQsbCollection::Entry::value = -1 |
Definition at line 49 of file qqsbcollection_p.h.