Cthulhu  0.2.10
Cthulhu compiler collection
map_t Struct Reference

an unordered hash map More...

#include <map.h>

Collaboration diagram for map_t:

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_tarena
 the arena this map allocates from More...
 
hash_info_t info
 the hash function for this map More...
 

Detailed Description

an unordered hash map

colour defines

Warning
this is an opaque type, do not access its members directly aside from 0-initializing it.

Definition at line 37 of file map.h.

Member Function Documentation

◆ STA_FIELD_RANGE() [1/2]

map_t::STA_FIELD_RANGE ( )

the number of buckets used

◆ STA_FIELD_RANGE() [2/2]

map_t::STA_FIELD_RANGE ( )

the number of top level buckets

◆ STA_FIELD_SIZE()

map_t::STA_FIELD_SIZE ( size  )

bucket data

Field Documentation

◆ arena

arena_t* map_t::arena

the arena this map allocates from

Definition at line 40 of file map.h.

◆ info

hash_info_t map_t::info

the hash function for this map

Definition at line 43 of file map.h.


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