lomoco_list_s Struct Reference
Used for each element in a doubly-linked list. More...
#include <lomoco/lomoco_list.h>
Collaboration diagram for lomoco_list_s:

Data Fields | |
lomoco_pointer | data |
struct lomoco_list_s * | next |
struct lomoco_list_s * | prev |
Detailed Description
Used for each element in a doubly-linked list.
The data field holds the element's data, which can be a pointer to any kind of data. The next and prev pointers are the links to the next and previous elements in the list.
Definition at line 80 of file lomoco_list.h.
Field Documentation
Definition at line 84 of file lomoco_list.h.
struct lomoco_list_s* lomoco_list_s::next |
Definition at line 81 of file lomoco_list.h.
struct lomoco_list_s* lomoco_list_s::prev |
Definition at line 82 of file lomoco_list.h.
The documentation for this struct was generated from the following file:
- lomoco/lomoco_list.h