protobuf-c
1.3.3
Protocol Buffers implementation in C
|
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... | |
Represents a single value of an enumeration.
const char* ProtobufCEnumValue::name |
The string identifying this value in the .proto file.
const char* ProtobufCEnumValue::c_name |
The string identifying this value in generated C code.
int ProtobufCEnumValue::value |
The numeric value assigned in the .proto file.