protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
Contains the declaration of low-level types used in the pbf format. More...
#include <cstdint>
Go to the source code of this file.
Namespaces | |
protozero | |
All parts of the protozero header-only library are in this namespace. | |
Typedefs | |
typedef uint32_t | protozero::pbf_tag_type |
typedef uint32_t | protozero::pbf_length_type |
Enumerations | |
enum | protozero::pbf_wire_type : uint32_t { varint = 0, fixed64 = 1, length_delimited = 2, fixed32 = 5, unknown = 99 } |
Contains the declaration of low-level types used in the pbf format.