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

Definition at line 106 of file eg_list.h.
Data Fields | |
| EGlistNode_t * | begin |
| EGlistNode_t * | end |
| EGmemPool_t * | mempool |
| unsigned int | size |
|
|
Pointer to the first element of the list. |
|
|
Pointer to the last element of the list. |
|
|
Pointer to the local memory pool manager |
|
|
Actual size of the list |
1.4.5