protozero 1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  include
  protozero
 basic_pbf_builder.hppContains the basic_pbf_builder template class
 basic_pbf_writer.hppContains the basic_pbf_writer template class
 buffer_fixed.hppContains the fixed_size_buffer_adaptor class
 buffer_string.hppContains the customization points for buffer implementation based on std::string
 buffer_tmpl.hppContains the customization points for buffer implementations
 buffer_vector.hppContains the customization points for buffer implementation based on std::vector<char>
 byteswap.hppContains functions to swap bytes in values (for different endianness)
 config.hppContains macro checks for different configurations
 data_view.hppContains the implementation of the data_view class
 exception.hppContains the exceptions used in the protozero library
 iterators.hppContains the iterators for access to packed repeated fields
 pbf_builder.hppContains the pbf_builder template class
 pbf_message.hppContains the pbf_message template class
 pbf_reader.hppContains the pbf_reader class
 pbf_writer.hppContains the pbf_writer class
 types.hppContains the declaration of low-level types used in the pbf format
 varint.hppContains low-level varint and zigzag encoding and decoding functions
 version.hppContains macros defining the protozero version