|  | MQTT C Client Libraries Internals
    | 
Structure to hold all data for one list element. More...
#include <Tree.h>

| Data Fields | |
| struct NodeStruct * | parent | 
| pointer to parent tree node, in case we need it | |
| struct NodeStruct * | child [2] | 
| pointers to child tree nodes 0 = left, 1 = right | |
| void * | content | 
| pointer to element content | |
| size_t | size | 
| size of content | |
| unsigned int | red: 1 | 
Structure to hold all data for one list element.
 1.8.17
 1.8.17