|
libHSPlasma
|
#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] |
| plMD5Hash::plMD5Hash | ( | ) |
| plMD5Hash::plMD5Hash | ( | const char * | hex | ) |
| 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 | ) |
| unsigned int plMD5Hash::fHash[4] |
1.8.1.2