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
1
2
3
4
]
▼
C
EmbeddedProto::Field
C
EmbeddedProto::FieldTemplate< TYPE >
▼
C
EmbeddedProto::internal::BaseStringBytes
C
EmbeddedProto::internal::FieldStringBytes< MAX_LENGTH, DATA_TYPE >
▼
C
EmbeddedProto::internal::FieldStringBytes< MAX_LENGTH, char >
C
EmbeddedProto::FieldString< MAX_LENGTH >
▼
C
EmbeddedProto::internal::FieldStringBytes< MAX_LENGTH, uint8_t >
C
EmbeddedProto::FieldBytes< MAX_LENGTH >
C
EmbeddedProto::MessageInterface
▼
C
EmbeddedProto::RepeatedField< DATA_TYPE >
Class template that specifies the interface of an arry with the data type
C
EmbeddedProto::RepeatedFieldFixedSize< DATA_TYPE, MAX_LENGTH >
A template class that actually holds some data
▼
C
EmbeddedProto::FieldTemplate< bool >
C
EmbeddedProto::boolean
▼
C
EmbeddedProto::FieldTemplate< double >
C
EmbeddedProto::doublefixed
▼
C
EmbeddedProto::FieldTemplate< float >
C
EmbeddedProto::floatfixed
▼
C
EmbeddedProto::FieldTemplate< int32_t >
C
EmbeddedProto::int32
C
EmbeddedProto::sfixed32
C
EmbeddedProto::sint32
▼
C
EmbeddedProto::FieldTemplate< int64_t >
C
EmbeddedProto::int64
C
EmbeddedProto::sfixed64
C
EmbeddedProto::sint64
▼
C
EmbeddedProto::FieldTemplate< uint32_t >
C
EmbeddedProto::fixed32
C
EmbeddedProto::uint32
▼
C
EmbeddedProto::FieldTemplate< uint64_t >
C
EmbeddedProto::fixed64
C
EmbeddedProto::uint64
▼
C
support.Field.Field
C
support.Field.FieldBasic
C
support.Field.FieldBytes
C
support.Field.FieldEnum
C
support.Field.FieldMessage
C
support.Field.FieldRepeated
C
support.Field.FieldString
C
support.Oneof.Oneof
C
support.ProtoFile.ProtoFile
▼
C
EmbeddedProto::ReadBufferInterface
The pure virtual definition of a message buffer to read from
C
EmbeddedProto::ReadBufferSection
This is a wrapper around a
ReadBufferInterface
only exposing a given number of bytes
C
support.TypeDefinitions.Scope
▼
C
support.TypeDefinitions.TypeDefinition
C
support.TypeDefinitions.EnumDefinition
C
support.TypeDefinitions.MessageDefinition
C
EmbeddedProto::WireFormatter
This class combines functions to serialize and deserialize messages
▼
C
EmbeddedProto::WriteBufferInterface
The pure virtual definition of a message buffer used for writing
C
EmbeddedProto::MessageSizeCalculator
This class is used in a message to calculate the current serialized size
Generated by
1.8.17