CodePorting.Translator.Cs2Cpp.Framework
|
A helper class that generates a hash value from a c-string. More...
#include <type_info.h>
Static Public Member Functions | |
static void | Hash (uint32_t &hash, int strLen, const char_t *input) |
Generates a hash value from the specified c-string of the specified length. More... | |
A helper class that generates a hash value from a c-string.
i | The length of the string for which the hash value has to be generated. |
|
inlinestatic |
Generates a hash value from the specified c-string of the specified length.
input | A pointer to the beginning of the c-string. |
strLen | The length of the specified c-string |
hash | The output parameter, which contains the resulting hash value on method return |