|
EzC
|
List item structure. More...
#include <ezc_list.h>
Data Fields | |
| void * | data |
| struct ezc_list * | next |
List item structure.
Because the first block stores the data, list items can in theory be case to the desired type, i.e. (char *) item. In practice, however, this is not recommended, do item->data instead.
| void* ezc_list::data |
Pointer storing item's data.
| struct ezc_list* ezc_list::next |
Pointer to next item in list.
1.8.15