Zserio C++ runtime library
1.3.0
Built for Zserio 2.18.0
BitFieldUtil.h
Go to the documentation of this file.
1
#ifndef ZSERIO_BITFIELD_UTIL_H_INC
2
#define ZSERIO_BITFIELD_UTIL_H_INC
3
4
#include "
zserio/Types.h
"
5
6
namespace
zserio
7
{
8
17
int64_t
getBitFieldLowerBound
(
size_t
length,
bool
isSigned);
18
27
uint64_t
getBitFieldUpperBound
(
size_t
length,
bool
isSigned);
28
29
}
// namespace zserio
30
31
#endif
// ifndef ZSERIO_BITFIELD_UTIL_H_INC
Types.h
zserio
Definition:
AllocatorHolder.h:7
zserio::getBitFieldLowerBound
int64_t getBitFieldLowerBound(size_t length, bool isSigned)
Definition:
BitFieldUtil.cpp:15
zserio::getBitFieldUpperBound
uint64_t getBitFieldUpperBound(size_t length, bool isSigned)
Definition:
BitFieldUtil.cpp:29
zserio
BitFieldUtil.h
Generated by
1.9.1