Cthulhu  0.2.10
Cthulhu compiler collection
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
item_t Struct Reference

a node in a chain of set entries More...

Collaboration diagram for item_t:

Data Fields

const void * key
 the key to this bucket More...
 
struct item_tnext
 the next bucket in the chain More...
 

Detailed Description

a node in a chain of set entries

a single node in a set

Definition at line 12 of file set.c.

Field Documentation

◆ key

const void* item_t::key

the key to this bucket

Definition at line 14 of file set.c.

◆ next

struct item_t* item_t::next

the next bucket in the chain

Definition at line 15 of file set.c.


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