MQTT C Client Libraries Internals
Loading...
Searching...
No Matches
List Struct Reference

Structure to hold all data for one list. More...

#include <LinkedList.h>

Collaboration diagram for List:

Data Fields

ListElementfirst
 first element in the list
ListElementlast
 last element in the list
ListElementcurrent
 current element in the list, for iteration
int count
 no of items
size_t size
 heap storage used

Detailed Description

Structure to hold all data for one list.


The documentation for this struct was generated from the following file: