lomoco_list_s Struct Reference
#include <lomoco/lomoco_list.h>
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.
Data Fields | |
lomoco_pointer | data |
struct lomoco_list_s * | next |
struct lomoco_list_s * | prev |
Field Documentation
Definition at line 84 of file lomoco_list.h.
struct lomoco_list_s* lomoco_list_s::next [read] |
Definition at line 81 of file lomoco_list.h.
struct lomoco_list_s* lomoco_list_s::prev [read] |
Definition at line 82 of file lomoco_list.h.
The documentation for this struct was generated from the following file:
- lomoco/lomoco_list.h