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

#include <grpc_types.h>

Data Fields

void *(* copy )(void *p)
 
void(* destroy )(grpc_exec_ctx *exec_ctx, void *p)
 
int(* cmp )(void *p, void *q)
 

Field Documentation

int(* grpc_arg_pointer_vtable::cmp)(void *p, void *q)
void*(* grpc_arg_pointer_vtable::copy)(void *p)
void(* grpc_arg_pointer_vtable::destroy)(grpc_exec_ctx *exec_ctx, void *p)

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