#include <eg_list.h>
Collaboration diagram for EGlistNode_t__:

Definition at line 74 of file eg_list.h.
Data Fields | |
| EGlistNode_t__ * | next |
| EGlistNode_t__ * | prev |
| void * | this |
|
|
Pointer to the next EGlistNode_t__ structure in the list |
|
|
Pointer to the previous EGlistNode_t__ structure in the list |
|
|
Pointer to the external/satelite data |
1.4.5