protozero 1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
Loading...
Searching...
No Matches
Deprecated List
Member protozero::data_view::to_string () const
to_string() is not available in C++17 string_view so it should not be used to make conversion to that class easier in the future.
Member protozero::pbf_reader::pbf_reader (const std::pair< const char *, std::size_t > &data) noexcept
Use one of the other constructors.
Member protozero::write_varint (T data, uint64_t value)
Use add_varint_to_buffer() instead.