Support Forum       Library Source       SourceForge Page       G3D Web Page     
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
G3D::MD5Hash Class Reference

See G3D::Crypto::md5. More...

Public Member Functions

 MD5Hash ()
 
 MD5Hash (class BinaryInput &b)
 
void deserialize (class BinaryInput &b)
 
bool operator!= (const MD5Hash &other) const
 
bool operator== (const MD5Hash &other) const
 
uint8operator[] (int i)
 
const uint8operator[] (int i) const
 
void rotateBytes ()
 Rotates the bytes once.
 
void rotateBytes (int n)
 Rotates by n bytes.
 
void serialize (class BinaryOutput &b) const
 

Static Public Member Functions

static size_t hashCode (const MD5Hash &key)
 

Detailed Description

See G3D::Crypto::md5.

Constructor & Destructor Documentation

G3D::MD5Hash::MD5Hash ( )
inline
G3D::MD5Hash::MD5Hash ( class BinaryInput b)
explicit

Member Function Documentation

void G3D::MD5Hash::deserialize ( class BinaryInput b)
static size_t G3D::MD5Hash::hashCode ( const MD5Hash key)
inlinestatic
bool G3D::MD5Hash::operator!= ( const MD5Hash other) const
inline
bool G3D::MD5Hash::operator== ( const MD5Hash other) const
inline
uint8& G3D::MD5Hash::operator[] ( int  i)
inline
const uint8& G3D::MD5Hash::operator[] ( int  i) const
inline
void G3D::MD5Hash::rotateBytes ( )
inline

Rotates the bytes once.

void G3D::MD5Hash::rotateBytes ( int  n)
inline

Rotates by n bytes.

void G3D::MD5Hash::serialize ( class BinaryOutput b) const

documentation generated on Sat Jan 12 2013 22:49:56 using doxygen 1.8.2