CernVM-FS
2.12.0
|
#include <compat.h>
Public Member Functions | |
Any () | |
Public Member Functions inherited from compat::shash_v1::Digest< 20, kAny > | |
unsigned | GetDigestSize () const |
unsigned | GetHexSize () const |
Digest () | |
Digest (const Algorithms a, const unsigned char *digest_buffer, const unsigned buffer_size) | |
std::string | ToString () const |
bool | IsNull () const |
bool | operator== (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator!= (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator< (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator> (const Digest< digest_size_, algorithm_ > &other) const |
Additional Inherited Members | |
Public Attributes inherited from compat::shash_v1::Digest< 20, kAny > | |
unsigned char | digest [digest_size_] |
Algorithms | algorithm |