Contains the list context state. More...
#include <list.h>
Data Fields | |
uint8_t * | items |
size_t | count |
size_t | width |
Contains the list context state.
This structure holds the state of a list, including a pointer to the items, the number of items, and the byte width of each item.
size_t count |
The number of list items.
uint8_t* items |
A pointer to the items array.
size_t width |
The byte length of a list item.