#include <bu.h>
Collaboration diagram for bu_rb_list:
Data Fields | |
bu_list | l |
union { | |
bu_rb_node * rbl_n | |
bu_rb_package * rbl_p | |
} | rbl_u |
List of nodes or packages
The red-black tree package uses this structure to maintain lists of all the nodes and all the packages in the tree. Applications should not muck with these things. They are maintained only to facilitate freeing bu_rb_trees.
Definition at line 1488 of file bu.h.
|
|
|
|
|
|
|
|