BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
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: