The list structure. More...
#include <generic_list.h>
Public Attributes | |
struct list_element_tag * | head |
uint16_t | max |
uint16_t | size |
struct list_element_tag * | tail |
The list structure.
Definition at line 49 of file generic_list.h.
struct list_element_tag* list_label::head |
list head
Definition at line 51 of file generic_list.h.
uint16_t list_label::max |
list max number of elements
Definition at line 54 of file generic_list.h.
uint16_t list_label::size |
list size
Definition at line 53 of file generic_list.h.
struct list_element_tag* list_label::tail |
list tail
Definition at line 52 of file generic_list.h.