MentOS
0.8.0
The Mentoring Operating System
|
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. | |
Stores information of a hashmap.