Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <cerrno>
#include <cstdlib>
#include <limits>
#include <type_traits>
#include "zserio/BitBuffer.h"
#include "zserio/CppRuntimeException.h"
#include "zserio/IReflectable.h"
#include "zserio/ITypeInfo.h"
#include "zserio/StringView.h"
#include "zserio/Traits.h"
#include "zserio/TypeInfoUtil.h"
#include "zserio/Types.h"
#include "zserio/Vector.h"
Go to the source code of this file.
Classes | |
class | zserio::BasicZserioTreeCreator< ALLOC > |
Namespaces | |
zserio | |
Typedefs | |
using | zserio::ZserioTreeCreator = BasicZserioTreeCreator< std::allocator< uint8_t > > |
Functions | |
CppRuntimeException & | zserio::operator<< (CppRuntimeException &exception, detail::CreatorState state) |