| libdatatypes 0.3.2
    Abstract datatypes for C. | 
Hash functions. More...
#include <stdint.h>Go to the source code of this file.
| Typedefs | |
| typedef uint32_t(* | HashFunc) (const void *ptr) | 
| Functions | |
| uint32_t | str_hash (const void *ptr) | 
| uint32_t | direct_hash (const void *ptr) | 
Hash functions.
Definition in file hash.h.
| typedef uint32_t(* HashFunc) (const void *ptr) | 
Specifies the type of the hash function which is passed to hashtable_new() or hashtable_init().
| uint32_t direct_hash | ( | const void * | ptr | ) |