LIST Struct Reference
[List Library]

definition of a list of linked structures More...

#include <list.h>


Data Fields

LINKABLE head
 first element of the list: this is a dummy element
LINKABLE tail
 last element of the list: this is a dummy element


Detailed Description

definition of a list of linked structures

This is the starting point of the list of your elements. This data point to both the first and the last element of the list.


Field Documentation

LINKABLE LIST::head
 

first element of the list: this is a dummy element

LINKABLE LIST::tail
 

last element of the list: this is a dummy element


The documentation for this struct was generated from the following file:
Generated on Thu Jun 22 11:45:27 2006 for WinDom by  doxygen 1.4.6