dcn - Double Linked Cell List Node
Module Description
The dcn module implements the node in the dcl-list.
Module Words
Node structure
dcn%
( - n )
Get the required space for a dcn structure
Node creation, initialisation and destruction
dcn-init
( w:data w:dcn - )
Initialise the node
dcn-new
( w:data - w:dcn )
Create a new node on the heap
dcn-free
( w:dcn - )
Free the node from the heap
Members words
dcn-cell@
( w:dcn - w:data )
Get the cell data from the node
dcn-cell!
( w:data w:dcn - )
Set the cell data in the node
Inspection
dcn-dump
( w:dcn - )
Dump the node
generated 09-Jan-2007 by
ofcfrth-0.2.0