tagSimplenode_t Struct Reference

#include <simplelist.h>


Detailed Description

Node in the linked list.

A node encapsulates an arbitrary data element, and furthermore contains a pointer to the next element of the list (or NULL if none).

Note that the element should logically be read-only.


Data Fields

const void * element
 Linked-list node data.
tagSimplenode_tnext
 Next element.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 19 16:41:23 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6