protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
Contains the iterators for access to packed repeated fields. More...
#include <cstring>
#include <iterator>
#include <utility>
#include <protozero/config.hpp>
#include <protozero/varint.hpp>
Go to the source code of this file.
Classes | |
class | protozero::iterator_range< T, P > |
class | protozero::const_fixed_iterator< T > |
class | protozero::const_varint_iterator< T > |
class | protozero::const_svarint_iterator< T > |
Namespaces | |
protozero | |
All parts of the protozero header-only library are in this namespace. | |
Functions | |
template<typename T > | |
void | protozero::swap (iterator_range< T > &lhs, iterator_range< T > &rhs) noexcept |
template<typename T > | |
iterator_range< const_fixed_iterator< T > > | protozero::create_fixed_iterator_range (const char *first, const char *last) |
Contains the iterators for access to packed repeated fields.