json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
hash_map Struct Reference
Collaboration diagram for hash_map:

Public Attributes

struct hash_map_entry ** buckets
 
int bucket_count
 
int size
 
unsigned int(* hash_func )(void *)
 
int(* key_cmp_func )(void *, void *)
 
void(* key_free_func )(void *)
 
void(* value_free_func )(void *)
 

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