MOS Source Code
Loading...
Searching...
No Matches
tree_node_t Struct Reference

#include <tree.h>

+ Collaboration diagram for tree_node_t:

Public Attributes

 as_linked_list
 
tree_node_tparent
 
list_head children
 

Detailed Description

Definition at line 11 of file tree.h.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 13 of file tree.h.

◆ parent

tree_node_t* parent

Definition at line 14 of file tree.h.

Referenced by tree_add_child().

◆ children

list_head children

Definition at line 15 of file tree.h.

Referenced by tree_add_child(), and tree_node_init().


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