![]() |
MQTT C Client Libraries Internals
|
Structure to hold all data for one list. More...
#include <LinkedList.h>
Data Fields | |
ListElement * | first |
first element in the list | |
ListElement * | last |
last element in the list | |
ListElement * | current |
current element in the list, for iteration | |
int | count |
no of items | |
size_t | size |
heap storage used | |
Structure to hold all data for one list.