MessageList::Core::MD5Hash
MessageList::Core::MD5Hash Class Reference
#include <md5hash.h>
Public Member Functions | |
MD5Hash (const MD5Hash &other) | |
MD5Hash (QByteArrayView ba) | |
bool | isEmpty () const |
MD5Hash & | operator= (const MD5Hash &other) |
bool | operator== (MD5Hash other) const |
Public Attributes | |
uint8_t | data [16] |
Detailed Description
Compact storage of the result of an MD5 hash computation, for use in the threading code.
Constructor & Destructor Documentation
◆ MD5Hash() [1/3]
◆ MD5Hash() [2/3]
|
inline |
◆ MD5Hash() [3/3]
|
inline |
Member Function Documentation
◆ isEmpty()
◆ operator=()
◆ operator==()
|
inline |
Member Data Documentation
◆ data
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.