protozero 1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
Loading...
Searching...
No Matches
pbf_builder.hpp
Go to the documentation of this file.
1#ifndef PROTOZERO_PBF_BUILDER_HPP
2#define PROTOZERO_PBF_BUILDER_HPP
3
4/*****************************************************************************
5
6protozero - Minimalistic protocol buffer decoder and encoder in C++.
7
8This file is from https://github.com/mapbox/protozero where you can find more
9documentation.
10
11*****************************************************************************/
12
19#include "basic_pbf_builder.hpp"
20#include "pbf_writer.hpp"
21
22#include <string>
23
24namespace protozero {
25
27template <typename T>
29
30} // end namespace protozero
31
32#endif // PROTOZERO_PBF_BUILDER_HPP
Contains the basic_pbf_builder template class.
Definition basic_pbf_builder.hpp:41
All parts of the protozero header-only library are in this namespace.
Definition basic_pbf_builder.hpp:24
Contains the pbf_writer class.