Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sys_hashmap Struct Reference

Generic Hashmap. More...

#include <hash_map.h>

Data Fields

const struct sys_hashmap_apiapi
 Hashmap API.
 
const struct sys_hashmap_configconfig
 Hashmap configuration.
 
struct sys_hashmap_datadata
 Hashmap data.
 
sys_hash_func32_t hash_func
 Hash function.
 
sys_hashmap_allocator_t alloc_func
 Allocator.
 

Detailed Description

Generic Hashmap.

Field Documentation

◆ alloc_func

sys_hashmap_allocator_t sys_hashmap::alloc_func

Allocator.

◆ api

const struct sys_hashmap_api* sys_hashmap::api

Hashmap API.

◆ config

const struct sys_hashmap_config* sys_hashmap::config

Hashmap configuration.

◆ data

struct sys_hashmap_data* sys_hashmap::data

Hashmap data.

◆ hash_func

sys_hash_func32_t sys_hashmap::hash_func

Hash function.


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