36 #include <Inventor/C/basic.h>    51   void * inlinepointer[2];
 struct cc_rbptree cc_rbptree
 
void cc_rbptree_init(cc_rbptree *t)
Definition: rbptree.cpp:387
 
void cc_rbptree_traversecb(void *p, void *data, void *closure)
Definition: rbptree.h:64
 
SbBool cc_rbptree_remove(cc_rbptree *t, void *p)
Definition: rbptree.cpp:560
 
void cc_rbptree_debug(const cc_rbptree *t)
Definition: rbptree.cpp:648
 
uint32_t cc_rbptree_size(const cc_rbptree *t)
Definition: rbptree.cpp:589
 
void cc_rbptree_traverse(const cc_rbptree *t, cc_rbptree_traversecb *func, void *closure)
Definition: rbptree.cpp:608
 
void cc_rbptree_insert(cc_rbptree *t, void *p, void *data)
Definition: rbptree.cpp:438
 
void cc_rbptree_clean(cc_rbptree *t)
Definition: rbptree.cpp:424
 
struct cc_rbptree_node cc_rbptree_node
Definition: rbptree.h:45