GRPC C++  1.0.0
Data Fields
grpc_metadata Struct Reference

A single metadata element. More...

#include <grpc_types.h>

Data Fields

const char * key
 
const char * value
 
size_t value_length
 
uint32_t flags
 
struct {
   void *   obfuscated [4]
 
internal_data
 The following fields are reserved for grpc internal use. More...
 

Detailed Description

A single metadata element.

Field Documentation

uint32_t grpc_metadata::flags
struct { ... } grpc_metadata::internal_data

The following fields are reserved for grpc internal use.

There is no need to initialize them, and they will be set to garbage during calls to grpc.

const char* grpc_metadata::key
void* grpc_metadata::obfuscated[4]
const char* grpc_metadata::value
size_t grpc_metadata::value_length

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