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

#include <rbtree.h>

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

◆ color

pj_rbcolor_t pj_rbtree_node::color

The R/B Tree node color.

◆ key

const void* pj_rbtree_node::key

Key associated with the node.

◆ left

struct pj_rbtree_node* pj_rbtree_node::left

Pointers to the node's left sibling.

◆ parent

struct pj_rbtree_node* pj_rbtree_node::parent

Pointers to the node's parent.

◆ right

struct pj_rbtree_node* pj_rbtree_node::right

Pointers to the node's right sibling.

◆ user_data

void* pj_rbtree_node::user_data

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.