protozero  1.6.3
Minimalistic protocol buffer decoder and encoder in C++.
protozero Directory Reference

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  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]
 Contains the pbf_message 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.