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:
 All Data Structures Files Functions Variables Typedefs Defines

Generated on 30 Jul 2017 for MQTT C Client Libraries Internals by  doxygen 1.6.1