protozero  1.7.0
Minimalistic protocol buffer decoder and encoder in C++.
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 
6 protozero - Minimalistic protocol buffer decoder and encoder in C++.
7 
8 This file is from https://github.com/mapbox/protozero where you can find more
9 documentation.
10 
11 *****************************************************************************/
12 
19 #include "basic_pbf_builder.hpp"
20 #include "pbf_writer.hpp"
21 
22 #include <string>
23 
24 namespace protozero {
25 
27 template <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.