WARNING: The online documentation has moved to https://docs.pjsip.org.
Visit the new documentation at https://docs.pjsip.org:
Home --> Documentations --> PJLIB Reference
#include <rbtree.h>
The type of the node of the R/B Tree.
The R/B Tree node color.
Key associated with the node.
Pointers to the node's left sibling.
Pointers to the node's parent.
Pointers to the node's right sibling.
User data associated with the node.