![]() |
ucx
UAP Common Extensions
|
Base structure that can be used for tree nodes in a CxTree. More...
#include <tree.h>
Data Fields | |
| struct cx_tree_node_base_s * | parent |
| Pointer to the parent. | |
| struct cx_tree_node_base_s * | children |
| Pointer to the first child. | |
| struct cx_tree_node_base_s * | last_child |
| Pointer to the last child. | |
| struct cx_tree_node_base_s * | prev |
| Pointer to the previous sibling. | |
| struct cx_tree_node_base_s * | next |
| Pointer to the next sibling. | |
Base structure that can be used for tree nodes in a CxTree.