MessageList::Core::MD5Hash

Search for usage in LXR

MessageList::Core::MD5Hash Class Reference

#include <md5hash.h>

Public Member Functions

 MD5Hash (const MD5Hash &other)
 
 MD5Hash (QByteArrayView ba)
 
bool isEmpty () const
 
MD5Hashoperator= (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.

Definition at line 17 of file md5hash.h.

Constructor & Destructor Documentation

◆ MD5Hash() [1/3]

MessageList::Core::MD5Hash::MD5Hash ( )
inline

Definition at line 20 of file md5hash.h.

◆ MD5Hash() [2/3]

MessageList::Core::MD5Hash::MD5Hash ( QByteArrayView ba)
inline

Definition at line 24 of file md5hash.h.

◆ MD5Hash() [3/3]

MessageList::Core::MD5Hash::MD5Hash ( const MD5Hash & other)
inline

Definition at line 33 of file md5hash.h.

Member Function Documentation

◆ isEmpty()

bool MessageList::Core::MD5Hash::isEmpty ( ) const
inline

Definition at line 49 of file md5hash.h.

◆ operator=()

MD5Hash & MessageList::Core::MD5Hash::operator= ( const MD5Hash & other)
inline

Definition at line 38 of file md5hash.h.

◆ operator==()

bool MessageList::Core::MD5Hash::operator== ( MD5Hash other) const
inline

Definition at line 44 of file md5hash.h.

Member Data Documentation

◆ data

uint8_t MessageList::Core::MD5Hash::data[16]

Definition at line 54 of file md5hash.h.


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

KDE's Doxygen guidelines are available online.