GRPC Core  4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gpr_avl_node Struct Reference

internal node of an AVL tree More...

#include <avl.h>

Data Fields

gpr_refcount refs
 
void * key
 
void * value
 
struct gpr_avl_nodeleft
 
struct gpr_avl_noderight
 
long height
 

Detailed Description

internal node of an AVL tree

Field Documentation

long gpr_avl_node::height
void* gpr_avl_node::key
struct gpr_avl_node* gpr_avl_node::left
gpr_refcount gpr_avl_node::refs
struct gpr_avl_node* gpr_avl_node::right
void* gpr_avl_node::value

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