EmbeddedProto  2.0.0
EmbeddedProto is a C++ Protocol Buffer implementation specifically suitable for microcontrollers.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CEmbeddedProto::Field
 CEmbeddedProto::FieldTemplate< TYPE >
 CEmbeddedProto::internal::BaseStringBytes
 CEmbeddedProto::internal::FieldStringBytes< MAX_LENGTH, DATA_TYPE >
 CEmbeddedProto::internal::FieldStringBytes< MAX_LENGTH, char >
 CEmbeddedProto::FieldString< MAX_LENGTH >
 CEmbeddedProto::internal::FieldStringBytes< MAX_LENGTH, uint8_t >
 CEmbeddedProto::FieldBytes< MAX_LENGTH >
 CEmbeddedProto::MessageInterface
 CEmbeddedProto::RepeatedField< DATA_TYPE >Class template that specifies the interface of an arry with the data type
 CEmbeddedProto::RepeatedFieldFixedSize< DATA_TYPE, MAX_LENGTH >A template class that actually holds some data
 CEmbeddedProto::FieldTemplate< bool >
 CEmbeddedProto::boolean
 CEmbeddedProto::FieldTemplate< double >
 CEmbeddedProto::doublefixed
 CEmbeddedProto::FieldTemplate< float >
 CEmbeddedProto::floatfixed
 CEmbeddedProto::FieldTemplate< int32_t >
 CEmbeddedProto::int32
 CEmbeddedProto::sfixed32
 CEmbeddedProto::sint32
 CEmbeddedProto::FieldTemplate< int64_t >
 CEmbeddedProto::int64
 CEmbeddedProto::sfixed64
 CEmbeddedProto::sint64
 CEmbeddedProto::FieldTemplate< uint32_t >
 CEmbeddedProto::fixed32
 CEmbeddedProto::uint32
 CEmbeddedProto::FieldTemplate< uint64_t >
 CEmbeddedProto::fixed64
 CEmbeddedProto::uint64
 Csupport.Field.Field
 Csupport.Field.FieldBasic
 Csupport.Field.FieldBytes
 Csupport.Field.FieldEnum
 Csupport.Field.FieldMessage
 Csupport.Field.FieldRepeated
 Csupport.Field.FieldString
 Csupport.Oneof.Oneof
 Csupport.ProtoFile.ProtoFile
 CEmbeddedProto::ReadBufferInterfaceThe pure virtual definition of a message buffer to read from
 CEmbeddedProto::ReadBufferSectionThis is a wrapper around a ReadBufferInterface only exposing a given number of bytes
 Csupport.TypeDefinitions.Scope
 Csupport.TypeDefinitions.TypeDefinition
 Csupport.TypeDefinitions.EnumDefinition
 Csupport.TypeDefinitions.MessageDefinition
 CEmbeddedProto::WireFormatterThis class combines functions to serialize and deserialize messages
 CEmbeddedProto::WriteBufferInterfaceThe pure virtual definition of a message buffer used for writing
 CEmbeddedProto::MessageSizeCalculatorThis class is used in a message to calculate the current serialized size