Cthulhu  0.2.10
Cthulhu compiler collection
bucket_t Struct Reference

a single node in a map More...

Collaboration diagram for bucket_t:

Data Fields

const void * key
 the key More...
 
void * value
 any pointer value More...
 
struct bucket_tnext
 the next bucket in the chain More...
 

Detailed Description

a single node in a map

a bucket in a hashmap

Definition at line 22 of file map.c.

Field Documentation

◆ key

const void* bucket_t::key

the key

Definition at line 24 of file map.c.

◆ next

struct bucket_t* bucket_t::next

the next bucket in the chain

Definition at line 26 of file map.c.

◆ value

void* bucket_t::value

any pointer value

Definition at line 25 of file map.c.


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