#include <MD5.h>
Definition at line 81 of file MD5.h.
Public Member Functions | |
MD5Hash_t & | operator= (const MD5Hash_t &hash) |
void | serialize (SerializeAction *a) |
This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
u_char | hash_ [MD5::MD5LEN] |
void oasys::MD5Hash_t::serialize | ( | SerializeAction * | a | ) | [virtual] |
This should call v->process() on each of the types that are to be serialized in the object.
Implements oasys::SerializableObject.
Definition at line 101 of file MD5.cc.
References hash_, oasys::MD5::MD5LEN, and oasys::SerializeAction::process().
u_char oasys::MD5Hash_t::hash_[MD5::MD5LEN] |