ListElementStruct Struct Reference

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

#include <LinkedList.h>

Collaboration diagram for ListElementStruct:
Collaboration graph
[legend]

Data Fields

struct ListElementStructprev
 pointer to previous list element
struct ListElementStructnext
 pointer to next list element
void * content
 pointer to element content

Detailed Description

Structure to hold all data for one list element.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines

Generated on 26 Oct 2017 for MQTT C Client Libraries Internals by  doxygen 1.6.1