protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
Contains the pbf_reader class. More...
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <iterator>
#include <string>
#include <utility>
#include <protozero/pbf_types.hpp>
#include <protozero/exception.hpp>
#include <protozero/varint.hpp>
Go to the source code of this file.
Classes | |
class | protozero::pbf_reader |
Namespaces | |
protozero | |
All parts of the protozero header-only library are in this namespace. | |
Macros | |
#define | protozero_assert(x) assert(x) |
Wrapper for assert() used for testing. | |
Contains the pbf_reader class.