protozero 1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
|
Files | |
file | basic_pbf_builder.hpp [code] |
Contains the basic_pbf_builder template class. | |
file | basic_pbf_writer.hpp [code] |
Contains the basic_pbf_writer template class. | |
file | buffer_fixed.hpp [code] |
Contains the fixed_size_buffer_adaptor class. | |
file | buffer_string.hpp [code] |
Contains the customization points for buffer implementation based on std::string. | |
file | buffer_tmpl.hpp [code] |
Contains the customization points for buffer implementations. | |
file | buffer_vector.hpp [code] |
Contains the customization points for buffer implementation based on std::vector<char> | |
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 | data_view.hpp [code] |
Contains the implementation of the data_view class. | |
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_message.hpp [code] |
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. | |