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

epListElt_s Struct Reference

#include <epList.h>

Collaboration diagram for epListElt_s:

Collaboration graph

[legend]
List of all members.

Public Attributes

void* elt
struct epListElt_s* prev
struct epListElt_s * next

Detailed Description

Container of a list-element

Definition at line 54 of file epList.h.


Member Data Documentation

void * epListElt_s::elt
 

the element itself

Definition at line 55 of file epList.h.

struct epListElt_s * epListElt_s::next
 

pointer to the previous element

Definition at line 57 of file epList.h.

struct epListElt_s * epListElt_s::prev
 

pointer to the next element

Definition at line 56 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