tagSimplenode_t Struct Reference

Node in the linked list. More...

#include <simplelist.h>


Data Fields

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


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.


Field Documentation


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

Generated on Fri Apr 8 22:35:20 2011 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.5.9