Freeciv21
Develop your civilization from humble roots to a global empire
genhash Struct Reference
+ Collaboration diagram for genhash:

Public Attributes

struct genhash_entry ** buckets
 
genhash_val_fn_t key_val_func
 
genhash_comp_fn_t key_comp_func
 
genhash_copy_fn_t key_copy_func
 
genhash_free_fn_t key_free_func
 
genhash_copy_fn_t data_copy_func
 
genhash_free_fn_t data_free_func
 
size_t num_buckets
 
size_t num_entries
 
bool no_shrink
 

Detailed Description

Definition at line 79 of file genhash.cpp.

Member Data Documentation

◆ buckets

◆ data_copy_func

◆ data_free_func

◆ key_comp_func

◆ key_copy_func

◆ key_free_func

◆ key_val_func

◆ no_shrink

bool genhash::no_shrink

◆ num_buckets

◆ num_entries