PatchworkOS
Loading...
Searching...
No Matches
map_entry_t Struct Reference

Map entry structure. More...

#include <map.h>

Data Fields

map_key_t key
 

Detailed Description

Map entry structure.

Place this in a structure to make it adable to a map and then use CONTAINER_OF to get the structure back.

Definition at line 56 of file map.h.

Field Documentation

◆ key

map_key_t map_entry_t::key

Definition at line 58 of file map.h.

Referenced by map_entry_init(), map_find_slot(), map_get(), map_insert(), map_remove(), and map_resize().


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