GRPC C++  1.8.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
Here are the data structures with brief descriptions:
[detail level 1234]
oNgrpc
oNstd
oCgpr_allocation_functions
oCgpr_avl"pointer" to an AVL tree - this is a reference counted object - use gpr_avl_ref to add a reference, gpr_avl_unref when done with a reference
oCgpr_avl_nodeInternal node of an AVL tree
oCgpr_avl_vtableVtable for the AVL tree The optional user_data is propagated from the top level gpr_avl_XXX API
oCgpr_event
oCgpr_gcc_thread_localThread local storage based on gcc compiler primitives
oCgpr_log_func_argsLog overrides: applications can use this API to intercept logging calls and use their own implementations
oCgpr_msvc_thread_localThread local storage based on ms visual c compiler primitives
oCgpr_mu
oCgpr_pthread_thread_localThread local storage based on pthread library calls
oCgpr_refcount
oCgpr_stats_counter
oCgpr_thd_optionsThread creation options
oCgpr_timespecAnalogous to struct timespec
oCgrpc_argA single argument..
oCgrpc_arg_pointer_vtable
oCgrpc_byte_buffer
oCgrpc_byte_buffer_reader
oCgrpc_call_details
oCgrpc_channel_argsAn array of arguments that can be passed around
oCgrpc_channel_infoInformation requested from the channel
oCgrpc_completion_queue_attributes
oCgrpc_compression_options
oCgrpc_eventThe result of an operation
oCgrpc_metadataA single metadata element
oCgrpc_metadata_array
oCgrpc_opOperation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments)
oCgrpc_sliceA grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]
oCgrpc_slice_bufferRepresents an expandable array of slices, to be interpreted as a single item
oCgrpc_slice_refcountReference count container for grpc_slice
\Cgrpc_slice_refcount_vtableSlice API