CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compat::shash_v1::Md5 Struct Reference

#include <compat.h>

Inheritance diagram for compat::shash_v1::Md5:
Collaboration diagram for compat::shash_v1::Md5:

Public Member Functions

 Md5 ()
 
 Md5 (const char *chars, const unsigned length)
 
- Public Member Functions inherited from compat::shash_v1::Digest< 16, kMd5 >
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< 16, kMd5 >
unsigned char digest [digest_size_]
 
Algorithms algorithm
 

Detailed Description

Definition at line 132 of file compat.h.

Constructor & Destructor Documentation

compat::shash_v1::Md5::Md5 ( )
inline

Definition at line 133 of file compat.h.

compat::shash_v1::Md5::Md5 ( const char *  chars,
const unsigned  length 
)

Definition at line 21 of file compat.cc.


The documentation for this struct was generated from the following files: