protozero
1.6.3
Minimalistic protocol buffer decoder and encoder in C++.
|
Contains the pbf_reader class. More...
#include <protozero/config.hpp>
#include <protozero/data_view.hpp>
#include <protozero/exception.hpp>
#include <protozero/iterators.hpp>
#include <protozero/types.hpp>
#include <protozero/varint.hpp>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <string>
#include <utility>
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. | |
Functions | |
void | protozero::swap (pbf_reader &lhs, pbf_reader &rhs) noexcept |
Contains the pbf_reader class.