csnip
0.1
|
#include <assert.h>
#include <stdint.h>
#include <stddef.h>
#include <csnip/mem.h>
#include <csnip/preproc.h>
#include <csnip/lphash.h>
Go to the source code of this file.
Macros | |
#define | CSNIP_LPHASH_TABLE_DEF_TYPE(struct_tbltype, entrytype) |
Defines a hash table type. More... | |
#define | CSNIP_LPHASH_TABLE_DECL_FUNCS(scope, prefix, keytype, entrytype, tbltype) |
Declare hash table functions. More... | |
#define | CSNIP_LPHASH_TABLE_DEF_FUNCS(scope, prefix, keytype, entrytype, tbltype, k1, k2, e, hash, is_match, get_key) |
Define hashing table functions. More... | |