Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <cstddef>
#include <cstring>
#include <type_traits>
#include <vector>
#include "zserio/CppRuntimeException.h"
#include "zserio/HashCodeUtil.h"
#include "zserio/Span.h"
#include "zserio/Types.h"
#include "zserio/Vector.h"
Go to the source code of this file.
Classes | |
struct | zserio::BitsTag |
class | zserio::BasicBitBuffer< ALLOC > |
Namespaces | |
zserio | |
Typedefs | |
using | zserio::BitBuffer = BasicBitBuffer<> |
Functions | |
template<typename ALLOC > | |
CppRuntimeException & | zserio::operator<< (CppRuntimeException &exception, const BasicBitBuffer< ALLOC > &bitBuffer) |