|
LLDB mainline
|
#include <Checksum.h>
Public Member Functions | |
| Checksum (llvm::MD5::MD5Result md5=g_sentinel) | |
| Checksum (const Checksum &checksum) | |
| Checksum & | operator= (const Checksum &checksum) |
| operator bool () const | |
| bool | operator== (const Checksum &checksum) const |
| bool | operator!= (const Checksum &checksum) const |
| std::string | digest () const |
Static Public Attributes | |
| static llvm::MD5::MD5Result | g_sentinel |
Private Member Functions | |
| void | SetMD5 (llvm::MD5::MD5Result) |
Private Attributes | |
| llvm::MD5::MD5Result | m_checksum |
Definition at line 15 of file Checksum.h.
| Checksum::Checksum | ( | llvm::MD5::MD5Result | md5 = g_sentinel | ) |
Definition at line 15 of file Checksum.cpp.
References SetMD5().
Referenced by Checksum(), operator!=(), operator=(), and operator==().
| Checksum::Checksum | ( | const Checksum & | checksum | ) |
Definition at line 17 of file Checksum.cpp.
References Checksum(), m_checksum, and SetMD5().
| std::string Checksum::digest | ( | ) | const |
|
explicit |
Definition at line 26 of file Checksum.cpp.
References g_sentinel, and m_checksum.
Definition at line 32 of file Checksum.cpp.
References Checksum().
Definition at line 19 of file Checksum.cpp.
References Checksum(), m_checksum, and SetMD5().
Definition at line 28 of file Checksum.cpp.
References Checksum(), and m_checksum.
|
private |
Definition at line 24 of file Checksum.cpp.
References m_checksum.
Referenced by Checksum(), Checksum(), and operator=().
|
static |
Definition at line 17 of file Checksum.h.
Referenced by operator bool().
|
private |
Definition at line 32 of file Checksum.h.
Referenced by Checksum(), digest(), operator bool(), operator=(), operator==(), and SetMD5().