ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_tree_node_base_s Struct Reference

Base structure that can be used for tree nodes in a CxTree. More...

#include <tree.h>

Data Fields

struct cx_tree_node_base_sparent
 Pointer to the parent.
 
struct cx_tree_node_base_schildren
 Pointer to the first child.
 
struct cx_tree_node_base_slast_child
 Pointer to the last child.
 
struct cx_tree_node_base_sprev
 Pointer to the previous sibling.
 
struct cx_tree_node_base_snext
 Pointer to the next sibling.
 

Detailed Description

Base structure that can be used for tree nodes in a CxTree.


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