Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include "zserio/ArrayView.h"
#include "zserio/IIntrospectableView.h"
#include "zserio/IntrospectableDataBase.h"
#include "zserio/SerializeUtil.h"
#include "zserio/TypeInfoUtil.h"
Go to the source code of this file.
Namespaces | |
zserio | |
Functions | |
template<typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (Bool value, const ALLOC &allocator=ALLOC()) |
template<BitSize BIT_SIZE, bool IS_SIGNED, typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (detail::FixedIntWrapper< BIT_SIZE, IS_SIGNED > value, const ALLOC &allocator=ALLOC()) |
template<typename T , typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (const View< detail::DynIntWrapper< T >> &value, const ALLOC &allocator=ALLOC()) |
template<typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (VarInt16 value, const ALLOC &allocator=ALLOC()) |
template<typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (Float16 value, const ALLOC &allocator=ALLOC()) |
template<typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (BytesView value, const ALLOC &allocator=ALLOC()) |
template<typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (std::string_view value, const ALLOC &allocator=ALLOC()) |
template<typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectable (BasicBitBufferView< ALLOC > value, const ALLOC &allocator=ALLOC()) |
template<typename T , typename TRAITS , typename ALLOC = std::allocator<uint8_t>> | |
IBasicIntrospectableViewConstPtr< ALLOC > | zserio::introspectableArray (ArrayView< T, TRAITS > value, const ALLOC &allocator=ALLOC()) |