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

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

#include <LinkedList.h>

Collaboration diagram for ListElementStruct:

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: