GRPC Core
4.0.0
|
internal node of an AVL tree More...
#include <avl.h>
Data Fields | |
gpr_refcount | refs |
void * | key |
void * | value |
struct gpr_avl_node * | left |
struct gpr_avl_node * | right |
long | height |
internal node of an AVL tree
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 |