Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

epList_s Struct Reference

#include <epList.h>

Collaboration diagram for epList_s:

Collaboration graph

[legend]
List of all members.

Public Attributes

epDir_t direction
struct epListElt_shead
struct epListElt_stail
int numOfElements
int (* elementDeallocatorFunction )(void *elt)
char* (* elementPrintFunction )(void *elt)

Detailed Description

The list structure

Definition at line 61 of file epList.h.


Member Data Documentation

epDir_t epList_s::direction
 

"direction" of the list

Definition at line 62 of file epList.h.

int(* epList_s::elementDeallocatorFunction)(void *elt)
 

element deallocator function pointer

Referenced by epList_destroy().

char *(* epList_s::elementPrintFunction)(void *elt)
 

element print function pointer

Referenced by epList_printElements().

struct epListElt_s * epList_s::head
 

pointer to the first element of the list

Definition at line 63 of file epList.h.

int epList_s::numOfElements
 

number of list-elements

Definition at line 67 of file epList.h.

struct epListElt_s * epList_s::tail
 

pointer to the last element of the list

Definition at line 65 of file epList.h.


The documentation for this struct was generated from the following file:
Generated at Sun Nov 25 14:05:16 2001 for ExtendedPersonnalLibrary by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000