dnn - Double Linked List Node

Module Description

The dnn module implements the node in the dnl-list.

Module Words

Node structure

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

Node creation, initialisation and destruction

dnn-init ( w:dnn - )
Initialise the node

dnn-new ( - w:dnn )
Create a new node on the heap

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

Members words

dnn-next@ ( w:dnn - w:next )
Get the next node

dnn-next! ( w:next w:dnn - )
Set the next node

dnn-prev@ ( w:dnn - w:prev )
Get the previous node

dnn-prev! ( w:prev w:dnn - )
Set the previous node

Inspection

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


generated 09-Jan-2007 by ofcfrth-0.2.0