GRPC C++  1.4.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
grpc_byte_buffer_reader Struct Reference

#include <byte_buffer_reader.h>

Data Fields

struct grpc_byte_bufferbuffer_in
 
struct grpc_byte_bufferbuffer_out
 
union {
   unsigned   index
 Index into a slice buffer's array of slices. More...
 
current
 Different current objects correspond to different types of byte buffers. More...
 

Field Documentation

struct grpc_byte_buffer* grpc_byte_buffer_reader::buffer_in
struct grpc_byte_buffer* grpc_byte_buffer_reader::buffer_out
union { ... } grpc_byte_buffer_reader::current

Different current objects correspond to different types of byte buffers.

unsigned grpc_byte_buffer_reader::index

Index into a slice buffer's array of slices.


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