Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
BitBuffer.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PPMR_BIT_BUFFER_H_INC
2
#define ZSERIO_PPMR_BIT_BUFFER_H_INC
3
4
#include "
zserio/BitBuffer.h
"
5
#include "
zserio/ppmr/PropagatingPolymorphicAllocator.h
"
6
7
namespace
zserio
8
{
9
namespace
ppmr
10
{
11
13
using
BitBuffer
=
BasicBitBuffer<PropagatingPolymorphicAllocator<uint8_t>
>;
14
16
using
BitBufferView
= std::reference_wrapper<const BitBuffer>;
17
18
}
// namespace ppmr
19
}
// namespace zserio
20
21
#endif
// ZSERIO_PPMR_BIT_BUFFER_H_INC
BitBuffer.h
PropagatingPolymorphicAllocator.h
zserio::BasicBitBuffer
Definition:
BitBuffer.h:36
zserio::ppmr::BitBufferView
std::reference_wrapper< const BitBuffer > BitBufferView
Definition:
BitBuffer.h:16
zserio
Definition:
AllocatorHolder.h:8
zserio
ppmr
BitBuffer.h
Generated by
1.9.1