#include <midgard_legacy.h>
Collaboration diagram for _tree_node:

Data Fields | |
| int | id |
| id of the node | |
| int | up |
| id of its parent | |
| int | level |
| level in the tree from the root (root=0) | |
| int | size |
| size of subtree including this node | |
| _tree_node * | child |
| first child (none when =NULL) | |
| _tree_node * | next |
| next sibling (last when =NULL) | |
Definition at line 365 of file midgard_legacy.h.
1.4.6