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