libHSPlasma
Public Member Functions | Public Attributes | List of all members
plMD5Hash Class Reference

#include <plMD5.h>

Public Member Functions

 plMD5Hash ()
 plMD5Hash (const char *hex)
bool operator== (const plMD5Hash &cmp)
bool operator!= (const plMD5Hash &cmp)
plString toHex () const
void fromHex (const char *hex)
void read (hsStream *S)
void write (hsStream *S)

Public Attributes

unsigned int fHash [4]

Constructor & Destructor Documentation

plMD5Hash::plMD5Hash ( )
plMD5Hash::plMD5Hash ( const char *  hex)

Member Function Documentation

void plMD5Hash::fromHex ( const char *  hex)
bool plMD5Hash::operator!= ( const plMD5Hash cmp)
bool plMD5Hash::operator== ( const plMD5Hash cmp)
void plMD5Hash::read ( hsStream S)
plString plMD5Hash::toHex ( ) const
void plMD5Hash::write ( hsStream S)

Member Data Documentation

unsigned int plMD5Hash::fHash[4]

The documentation for this class was generated from the following file: