Zephyr Project API  3.4.0
A Scalable Open Source RTOS
sys_hashmap Struct Reference

Generic Hashmap. More...

#include <hash_map.h>

Data Fields

const struct sys_hashmap_apiapi
 
const struct sys_hashmap_configconfig
 
struct sys_hashmap_datadata
 
sys_hash_func32_t hash_func
 
sys_hashmap_allocator_t alloc_func
 

Detailed Description

Generic Hashmap.

Field Documentation

◆ alloc_func

sys_hashmap_allocator_t sys_hashmap::alloc_func

◆ api

const struct sys_hashmap_api* sys_hashmap::api

◆ config

const struct sys_hashmap_config* sys_hashmap::config

◆ data

struct sys_hashmap_data* sys_hashmap::data

◆ hash_func

sys_hash_func32_t sys_hashmap::hash_func

The documentation for this struct was generated from the following file: