protozero 1.7.1
Minimalistic protocol buffer decoder and encoder in C++.
|
#include <iterators.hpp>
Protected Attributes | |
const char * | m_data = nullptr |
Pointer to current iterator position. | |
const char * | m_end = nullptr |
Pointer to end iterator position. | |
A forward iterator used for accessing packed repeated varint fields (int32, uint32, int64, uint64, bool, enum).