GRPC Core  9.0.0
Data Fields
grpc_avl_node Struct Reference

internal node of an AVL tree More...

#include <avl.h>

Data Fields

gpr_refcount refs
 
void * key
 
void * value
 
struct grpc_avl_nodeleft
 
struct grpc_avl_noderight
 
long height
 

Detailed Description

internal node of an AVL tree

Field Documentation

◆ height

long grpc_avl_node::height

◆ key

void* grpc_avl_node::key

◆ left

struct grpc_avl_node* grpc_avl_node::left

◆ refs

gpr_refcount grpc_avl_node::refs

◆ right

struct grpc_avl_node* grpc_avl_node::right

◆ value

void* grpc_avl_node::value

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