GRPC C++  1.26.0
Data Fields
grpc_avl Struct Reference

"pointer" to an AVL tree - this is a reference counted object - use grpc_avl_ref to add a reference, grpc_avl_unref when done with a reference More...

#include <avl.h>

Data Fields

const grpc_avl_vtablevtable
 
grpc_avl_noderoot
 

Detailed Description

"pointer" to an AVL tree - this is a reference counted object - use grpc_avl_ref to add a reference, grpc_avl_unref when done with a reference

Field Documentation

◆ root

grpc_avl_node* grpc_avl::root

◆ vtable

const grpc_avl_vtable* grpc_avl::vtable

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