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

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