Zephyr API 3.6.99
|
Generic Hashmap. More...
#include <hash_map.h>
Data Fields | |
const struct sys_hashmap_api * | api |
Hashmap API. | |
const struct sys_hashmap_config * | config |
Hashmap configuration. | |
struct sys_hashmap_data * | data |
Hashmap data. | |
sys_hash_func32_t | hash_func |
Hash function. | |
sys_hashmap_allocator_t | alloc_func |
Allocator. | |
Generic Hashmap.
sys_hashmap_allocator_t sys_hashmap::alloc_func |
Allocator.
const struct sys_hashmap_api* sys_hashmap::api |
Hashmap API.
const struct sys_hashmap_config* sys_hashmap::config |
Hashmap configuration.
struct sys_hashmap_data* sys_hashmap::data |
Hashmap data.
sys_hash_func32_t sys_hashmap::hash_func |
Hash function.