Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
RCCFileInfo::DeduplicationKey Struct Reference
Collaboration diagram for RCCFileInfo::DeduplicationKey:

Public Member Functions

bool operator== (const DeduplicationKey &other) const
bool operator== (const DeduplicationKey &other) const

Public Attributes

RCCResourceLibrary::CompressionAlgorithm compressAlgo
int compressLevel
int compressThreshold
QByteArray hash

Detailed Description

Definition at line 95 of file rcc.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool RCCFileInfo::DeduplicationKey::operator== ( const DeduplicationKey & other) const
inline

Definition at line 101 of file rcc.cpp.

◆ operator==() [2/2]

bool RCCFileInfo::DeduplicationKey::operator== ( const DeduplicationKey & other) const
inline

Definition at line 101 of file rcc.cpp.

Member Data Documentation

◆ compressAlgo

RCCResourceLibrary::CompressionAlgorithm RCCFileInfo::DeduplicationKey::compressAlgo

Definition at line 96 of file rcc.cpp.

Referenced by qHash().

◆ compressLevel

int RCCFileInfo::DeduplicationKey::compressLevel

Definition at line 97 of file rcc.cpp.

Referenced by qHash().

◆ compressThreshold

int RCCFileInfo::DeduplicationKey::compressThreshold

Definition at line 98 of file rcc.cpp.

Referenced by qHash().

◆ hash

QByteArray RCCFileInfo::DeduplicationKey::hash

Definition at line 99 of file rcc.cpp.


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