protozero
1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
Loading...
Searching...
No Matches
include
protozero
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>
28
using
pbf_builder
=
basic_pbf_builder<std::string, T>
;
29
30
}
// end namespace protozero
31
32
#endif
// PROTOZERO_PBF_BUILDER_HPP
basic_pbf_builder.hpp
Contains the basic_pbf_builder template class.
protozero::basic_pbf_builder
Definition
basic_pbf_builder.hpp:41
protozero
All parts of the protozero header-only library are in this namespace.
Definition
basic_pbf_builder.hpp:24
pbf_writer.hpp
Contains the pbf_writer class.
Generated on Tue Jan 11 2022 04:53:24 for protozero by
1.9.8