XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
hashmap Struct Reference

#include <hashmap.h>

Collaboration diagram for hashmap:
Collaboration graph
[legend]

Public Attributes

hashmap_hash_t hash_func
 
hashmap_comp_t hash_comp
 
hashmap_dupe_t hash_key_dup
 
hashmap_free_t hash_key_free
 
hashmap_free_t hash_val_free
 
size_t size
 
hashmap_entry_t ** entries
 

Member Data Documentation

◆ entries

hashmap_entry_t** hashmap::entries

◆ hash_comp

hashmap_comp_t hashmap::hash_comp

◆ hash_func

hashmap_hash_t hashmap::hash_func

◆ hash_key_dup

hashmap_dupe_t hashmap::hash_key_dup

◆ hash_key_free

hashmap_free_t hashmap::hash_key_free

◆ hash_val_free

hashmap_free_t hashmap::hash_val_free

◆ size

size_t hashmap::size

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