A very simple list structure. More...
#include <List.h>

Public Attributes | |
| LISTITEM * | curr |
| current item More... | |
| LISTITEM * | head |
| head item More... | |
| LISTITEM * | tail |
| tail item More... | |
| int | n |
| number of items More... | |
| LISTITEM *(* | retrieve )(struct List *list, void *ptr) |
| Method by which to search objects. More... | |
A very simple list structure.
The structure is initialised empty. The search function pointer is ListLinearSearchRetrieve.