Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
Main Page
Namespaces
Classes
Files
File List
File Members
Types.h
Go to the documentation of this file.
1
#ifndef ZSERIO_TYPES_H_INC
2
#define ZSERIO_TYPES_H_INC
3
4
// Skip standard type definition if another standard types header is provided to prevent compilation error.
5
#ifdef ZSERIO_STANDARD_TYPES_HEADER
6
#include ZSERIO_STANDARD_TYPES_HEADER
7
#else
8
#include <cstdint>
9
#endif // ifdef ZSERIO_STANDARD_TYPES_HEADER
10
11
#endif // ifndef ZSERIO_TYPES_H_INC
zserio
Types.h
Generated by
1.8.11