MQTT C Client Libraries Internals
Data Fields
List Struct Reference

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

#include <LinkedList.h>

Collaboration diagram for List:
Collaboration graph
[legend]

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: