#include <datahash.h>
Static Public Member Functions | |
| static void | hash (const QString &string, unsigned int &startValue) |
| static void | hash (const void *data, unsigned int size, unsigned int &startValue) |
Definition at line 29 of file datahash.h.
| void DataHash::hash | ( | const void * | data, | |
| unsigned int | size, | |||
| unsigned int & | startValue | |||
| ) | [static] |
Definition at line 18 of file datahash.cpp.
| void DataHash::hash | ( | const QString & | string, | |
| unsigned int & | startValue | |||
| ) | [static] |
Definition at line 8 of file datahash.cpp.
1.5.9