EGlistNode_t__ Struct Reference
[EGlist]

#include <eg_list.h>

Collaboration diagram for EGlistNode_t__:

Collaboration graph
[legend]

Detailed Description

List Node Structure.

Description:
This structure is to store a general node of the list. It is composed by three members, one to store external or satelite data, and the others to to point to the next and previous structures in the list.

Definition at line 74 of file eg_list.h.

Data Fields

EGlistNode_t__next
EGlistNode_t__prev
void * this


Field Documentation

struct EGlistNode_t__* EGlistNode_t__::next
 

Pointer to the next EGlistNode_t__ structure in the list

Definition at line 77 of file eg_list.h.

struct EGlistNode_t__* EGlistNode_t__::prev
 

Pointer to the previous EGlistNode_t__ structure in the list

Definition at line 78 of file eg_list.h.

void* EGlistNode_t__::this
 

Pointer to the external/satelite data

Definition at line 76 of file eg_list.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jan 30 08:55:09 2006 for EGlib by  doxygen 1.4.5