Cthulhu
0.2.10
Cthulhu compiler collection
|
an unordered hash map More...
#include <map.h>
Public Member Functions | |
STA_FIELD_RANGE (>, 0) size_t size | |
the number of top level buckets More... | |
STA_FIELD_RANGE (<, size) size_t used | |
the number of buckets used More... | |
STA_FIELD_SIZE (size) bucket_t *data | |
bucket data More... | |
Data Fields | |
arena_t * | arena |
the arena this map allocates from More... | |
hash_info_t | info |
the hash function for this map More... | |
an unordered hash map
colour defines
map_t::STA_FIELD_RANGE | ( | ) |
the number of buckets used
map_t::STA_FIELD_RANGE | ( | 0 | ) |
the number of top level buckets
map_t::STA_FIELD_SIZE | ( | size | ) |
bucket data
hash_info_t map_t::info |