Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ao2_container_rbtree Struct Reference

Data Fields

struct ao2_container common
 Items common to all containers. More...
 
struct rbtree_noderoot
 

Detailed Description

A rbtree container in addition to values common to all container types, stores the pointer to the root node of the tree.

Definition at line 72 of file astobj2_rbtree.c.

Field Documentation

struct ao2_container common

Items common to all containers.

Note
Must be first in the specific container struct.

Definition at line 77 of file astobj2_rbtree.c.

struct rbtree_node* root

Root node of the tree. NULL if the tree is empty.

Definition at line 79 of file astobj2_rbtree.c.


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