libsignal-protocol-c  master
ProtobufCEnumValue Struct Reference

#include <protobuf-c.h>

Public Attributes

const char * name
 
const char * c_name
 
int value
 

Detailed Description

Represents a single value of an enumeration.

Member Data Documentation

◆ c_name

const char* ProtobufCEnumValue::c_name

The string identifying this value in generated C code.

◆ name

const char* ProtobufCEnumValue::name

The string identifying this value in the .proto file.

◆ value

int ProtobufCEnumValue::value

The numeric value assigned in the .proto file.


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