Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQsbCollection::Entry Struct Reference

#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
 

Detailed Description

Definition at line 35 of file qqsbcollection_p.h.

Constructor & Destructor Documentation

◆ Entry() [1/3]

QQsbCollection::Entry::Entry ( )
default

◆ Entry() [2/3]

QQsbCollection::Entry::Entry ( const QByteArray & key)
inlineexplicit

Definition at line 39 of file qqsbcollection_p.h.

References qHash().

+ Here is the call graph for this function:

◆ Entry() [3/3]

QQsbCollection::Entry::Entry ( const QByteArray & key,
qint64 value )
inline

Definition at line 43 of file qqsbcollection_p.h.

References qHash().

+ Here is the call graph for this function:

Member Function Documentation

◆ isValid()

bool QQsbCollection::Entry::isValid ( ) const
inline

Definition at line 47 of file qqsbcollection_p.h.

Member Data Documentation

◆ hashKey

size_t QQsbCollection::Entry::hashKey

Definition at line 50 of file qqsbcollection_p.h.

◆ key

QByteArray QQsbCollection::Entry::key

Definition at line 48 of file qqsbcollection_p.h.

Referenced by operator==().

◆ value

qint64 QQsbCollection::Entry::value = -1

Definition at line 49 of file qqsbcollection_p.h.

Referenced by QQsbIODeviceCollection::extractEntry().


The documentation for this struct was generated from the following file: