#include <epList.h>
Collaboration diagram for epList_s:

Public Attributes | |
| epDir_t | direction |
| struct epListElt_s* | head |
| struct epListElt_s * | tail |
| int | numOfElements |
| int (* | elementDeallocatorFunction )(void *elt) |
| char* (* | elementPrintFunction )(void *elt) |
Definition at line 61 of file epList.h.
|
|
"direction" of the list |
|
|
element deallocator function pointer Referenced by epList_destroy(). |
|
|
element print function pointer Referenced by epList_printElements(). |
|
|
pointer to the first element of the list |
|
|
number of list-elements |
|
|
pointer to the last element of the list |
1.2.1 written by Dimitri van Heesch,
© 1997-2000