#include <string>
Go to the source code of this file.
|
static uint32_t | hash_sdbm (const unsigned char *str) |
| Simple, fast, but "insecure" string hash method by sdbm database from http://www.cse.yorku.ca/~oz/hash.html. More...
|
|
static uint32_t | hash_sdbm (const char *str) |
| Simple, fast, but "insecure" string hash method by sdbm database from http://www.cse.yorku.ca/~oz/hash.html. More...
|
|
static uint32_t | hash_sdbm (const unsigned char *str, size_t size) |
| Simple, fast, but "insecure" string hash method by sdbm database from http://www.cse.yorku.ca/~oz/hash.html. More...
|
|
static uint32_t | hash_sdbm (const char *str, size_t size) |
| Simple, fast, but "insecure" string hash method by sdbm database from http://www.cse.yorku.ca/~oz/hash.html. More...
|
|
static uint32_t | hash_sdbm (const std::string &str) |
| Simple, fast, but "insecure" string hash method by sdbm database from http://www.cse.yorku.ca/~oz/hash.html. More...
|
|