oasys::MD5Hash_t Struct Reference

#include <MD5.h>

Inheritance diagram for oasys::MD5Hash_t:

oasys::SerializableObject

List of all members.


Detailed Description

Helper for storing the hash.

Definition at line 81 of file MD5.h.


Public Member Functions

MD5Hash_toperator= (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]

Member Function Documentation

MD5Hash_t & oasys::MD5Hash_t::operator= ( const MD5Hash_t hash  ) 

Definition at line 107 of file MD5.cc.

References hash_, and oasys::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().


Member Data Documentation

u_char oasys::MD5Hash_t::hash_[MD5::MD5LEN]

Definition at line 82 of file MD5.h.

Referenced by operator=(), and serialize().


The documentation for this struct was generated from the following files:
Generated on Sat Sep 8 08:36:26 2007 for DTN Reference Implementation by  doxygen 1.5.3