Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <string_view>
#include <type_traits>
#include "zserio/ArrayLengthException.h"
#include "zserio/ArrayTraits.h"
#include "zserio/BitPositionUtil.h"
#include "zserio/BitStreamReader.h"
#include "zserio/BitStreamWriter.h"
Go to the source code of this file.
Classes | |
class | zserio::ArrayView< T, ARRAY_TRAITS > |
class | zserio::ArrayView< T, ARRAY_TRAITS >::ConstIterator |
struct | zserio::ArrayView< T, ARRAY_TRAITS >::ConstIterator::ArrowHelper |
Namespaces | |
zserio | |
Functions | |
template<typename T , typename ARRAY_TRAITS > | |
uint32_t | zserio::calcHashCode (uint32_t seedValue, const ArrayView< T, ARRAY_TRAITS > &array) |