hcn - Hash Cell Table Node

Module Description

The hcn module implements the node in the hash table.

Module Words

Hash table node structure

hcn% ( - n )
Get the required space for a hcn structure

Node creation, initialisation and destruction

hcn-init ( w c-addr u u:hash w:hcn - )
Initialise the node with cell data, key and hash

hcn-new ( w c-addr u u:hash - w:hcn )
Create a new node on the heap

hcn-free ( w:hcn - )
Free the node from the heap

Inspection

hcn-dump ( w:hcn - )
Dump the node


generated 09-Jan-2007 by ofcfrth-0.2.0