protobuf-c 1.5.1
Protocol Buffers implementation in C
ProtobufCEnumValueIndex Struct Reference

Used by ProtobufCEnumDescriptor to look up enum values. More...

Data Fields

const char * name
 Name of the enum value.
 
unsigned index
 Index into values[] array.
 

Detailed Description

Used by ProtobufCEnumDescriptor to look up enum values.

Field Documentation

◆ name

const char* ProtobufCEnumValueIndex::name

Name of the enum value.

◆ index

unsigned ProtobufCEnumValueIndex::index

Index into values[] array.