MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
hashmap_t Struct Reference

Stores information of a hashmap. More...

Public Attributes

hashmap_hash_t hash_func
 Hashing function, used to generate hash keys.
 
hashmap_comp_t hash_comp
 Comparison function, used to compare hash keys.
 
hashmap_dupe_t hash_key_dup
 Key duplication function, used to duplicate hash keys.
 
hashmap_free_t hash_key_free
 Key deallocation function, used to free the memory occupied by hash keys.
 
unsigned int size
 Size of the hashmap.
 
hashmap_entry_t ** entries
 List of entries.
 

Detailed Description

Stores information of a hashmap.


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