|
protobuf-c 1.5.1
Protocol Buffers implementation in C
|
| CProtobufCAllocator | Structure for defining a custom memory allocator |
| CProtobufCBinaryData | Structure for the protobuf bytes scalar type |
| CProtobufCBuffer | Structure for defining a virtual append-only buffer |
| CProtobufCBufferSimple | Simple buffer "subclass" of ProtobufCBuffer |
| CProtobufCEnumDescriptor | Describes an enumeration as a whole, with all of its values |
| CProtobufCEnumValue | Represents a single value of an enumeration |
| CProtobufCEnumValueIndex | Used by ProtobufCEnumDescriptor to look up enum values |
| CProtobufCFieldDescriptor | Describes a single field in a message |
| CProtobufCIntRange | Helper structure for optimizing int => index lookups in the case where the keys are mostly consecutive values, as they presumably are for enums and fields |
| CProtobufCMessage | An instance of a message |
| CProtobufCMessageDescriptor | Describes a message |
| CProtobufCMessageUnknownField | An unknown message field |
| CProtobufCMethodDescriptor | Method descriptor |
| CProtobufCService | Service |
| CProtobufCServiceDescriptor | Service descriptor |