libcstl
|
Go to the source code of this file.
Functions | |
void | cstl_rbtree_insert (struct cstl_rbtree *const t, void *const e, void *const p) |
Insert a new object into the tree. | |
void * | cstl_rbtree_erase (struct cstl_rbtree *const t, const void *const _p) |
Remove an element from the tree. | |