protobuf-c  1.3.3
Protocol Buffers implementation in C
ProtobufCEnumValue Struct Reference

Represents a single value of an enumeration. More...

Data Fields

const char * name
 The string identifying this value in the .proto file. More...
 
const char * c_name
 The string identifying this value in generated C code. More...
 
int value
 The numeric value assigned in the .proto file. More...
 

Detailed Description

Represents a single value of an enumeration.

Field Documentation

◆ name

const char* ProtobufCEnumValue::name

The string identifying this value in the .proto file.

◆ c_name

const char* ProtobufCEnumValue::c_name

The string identifying this value in generated C code.

◆ value

int ProtobufCEnumValue::value

The numeric value assigned in the .proto file.