MQTT C Client Libraries Internals
Data Fields
NodeStruct Struct Reference

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

#include <Tree.h>

Collaboration diagram for NodeStruct:
Collaboration graph
[legend]

Data Fields

struct NodeStructparent
 pointer to parent tree node, in case we need it
 
struct NodeStructchild [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
 

Detailed Description

Structure to hold all data for one list element.


The documentation for this struct was generated from the following file: