Zephyr API 3.6.99
|
Generic Hashmap API. More...
#include <hash_map_api.h>
Data Fields | |
sys_hashmap_iterator_t | iter |
Iterator constructor (in-place) | |
sys_hashmap_clear_t | clear |
Clear the hash table, freeing all resources. | |
sys_hashmap_insert_t | insert |
Insert a key-value pair into the Hashmap. | |
sys_hashmap_remove_t | remove |
Remove a key-value pair from the Hashmap. | |
sys_hashmap_get_t | get |
Retrieve the value associated with a given key from the Hashmap. | |
Generic Hashmap API.
sys_hashmap_clear_t sys_hashmap_api::clear |
Clear the hash table, freeing all resources.
sys_hashmap_get_t sys_hashmap_api::get |
Retrieve the value associated with a given key from the Hashmap.
sys_hashmap_insert_t sys_hashmap_api::insert |
Insert a key-value pair into the Hashmap.
sys_hashmap_iterator_t sys_hashmap_api::iter |
Iterator constructor (in-place)
sys_hashmap_remove_t sys_hashmap_api::remove |
Remove a key-value pair from the Hashmap.