Cthulhu  0.2.10
Cthulhu compiler collection
set_t Struct Reference

an unordered hash set More...

Collaboration diagram for set_t:

Data Fields

arena_tarena
 the arena this set is allocated in More...
 
hash_info_t info
 

Detailed Description

an unordered hash set

Definition at line 18 of file set.c.

Field Documentation

◆ arena

arena_t* set_t::arena

the arena this set is allocated in

Definition at line 20 of file set.c.

◆ info

hash_info_t set_t::info

Definition at line 21 of file set.c.


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