protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
Files | |
file | byteswap.hpp [code] |
Contains functions to swap bytes in values (for different endianness). | |
file | config.hpp [code] |
Contains macro checks for different configurations. | |
file | exception.hpp [code] |
Contains the exceptions used in the protozero library. | |
file | iterators.hpp [code] |
Contains the iterators for access to packed repeated fields. | |
file | pbf_builder.hpp [code] |
Contains the pbf_builder template class. | |
file | pbf_reader.hpp [code] |
Contains the pbf_reader class. | |
file | pbf_writer.hpp [code] |
Contains the pbf_writer class. | |
file | types.hpp [code] |
Contains the declaration of low-level types used in the pbf format. | |
file | varint.hpp [code] |
Contains low-level varint and zigzag encoding and decoding functions. | |
file | version.hpp [code] |
Contains macros defining the protozero version. | |