#include <list.h>
Data Fields | |
void * | data |
Pointer to the user data. | |
struct ListEntry_s * | next |
Pointer to the next list entry. | |
struct ListEntry_s * | prev |
Pointer to the previous list entry. |
void* ListEntry_s::data |
Pointer to the user data.
struct ListEntry_s* ListEntry_s::next [read] |
Pointer to the next list entry.
struct ListEntry_s* ListEntry_s::prev [read] |
Pointer to the previous list entry.