WARNING: The online documentation has moved to https://docs.pjsip.org.

Visit the new documentation at https://docs.pjsip.org:

BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

pj_rbtree_node Struct Reference
[Red/Black Balanced Tree]

Data Fields

struct pj_rbtree_nodeparent
struct pj_rbtree_nodeleft
struct pj_rbtree_noderight
const void * key
void * user_data
pj_rbcolor_t color

Detailed Description

The type of the node of the R/B Tree.


Field Documentation

The R/B Tree node color.

const void* pj_rbtree_node::key

Key associated with the node.

Pointers to the node's parent, and left and right siblings.

User data associated with the node.


The documentation for this struct was generated from the following file:

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.