GRPC Core
18.0.0
|
internal node of an AVL tree More...
#include <avl.h>
Data Fields | |
gpr_refcount | refs |
void * | key |
void * | value |
struct grpc_avl_node * | left |
struct grpc_avl_node * | right |
long | height |
internal node of an AVL tree
long grpc_avl_node::height |
void* grpc_avl_node::key |
struct grpc_avl_node* grpc_avl_node::left |
gpr_refcount grpc_avl_node::refs |
struct grpc_avl_node* grpc_avl_node::right |
void* grpc_avl_node::value |