#include <hashVal.h>
Public Attributes | |
uint | hv [4] |
Private Member Functions | |
INLINE | HashVal (const HashVal ©) |
INLINE bool | operator== (const HashVal &other) const |
INLINE bool | operator!= (const HashVal &other) const |
INLINE uint | get_value (int val) const |
INLINE void | set_value (int val, uint hash) |
INLINE void | output (ostream &out) const |
string | as_string () const |
Private Attributes | |
PUBLISHED | __pad0__: INLINE HashVal() |
|
|
|
Definition at line 28 of file hashVal.cxx. References output(). |
|
Referenced by Patchfile::build(), Patchfile::calc_hash(), DownloadDb::Db::write(), DownloadDb::MultifileRecord::write(), and DownloadDb::write_version_map(). |
|
|
|
|
|
Referenced by as_string(), main(), and operator<<(). |
|
Referenced by Patchfile::internal_read_header(), and DownloadDb::read_version_map(). |
|
|
|
Definition at line 43 of file hashVal.h. Referenced by md5_a_buffer(), and md5_a_file(). |