GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A hash table. More...
#include <gp_htable.h>
Data Fields | |
struct gp_htable_rec * | recs |
Array for the hash table records. | |
size_t | size |
Hash table record array size. | |
size_t | used |
Number of used slots in the hash table. | |
enum gp_htable_flags | flags |
Flags. | |
A hash table.
Definition at line 40 of file gp_htable.h.