HashGenerator

Provides mechanisms for generating hashes for DClasses.

Members

Functions

addInt
void addInt(size_t num)

Adds an int to the accumulator.

addString
void addString(string str)

Adds a string to the accumulator.

hash
uint hash()

Gets the current hash.

Meta