Exact Kanzi types - 8 bit, 16 bit, 32 bit, 64 bit. More...
#include <boost/cstdint.hpp>
#include <stdint.h>
Typedefs | |
typedef uint8_t | kzU8 |
Unsigned 8-bit type. More... | |
typedef int8_t | kzS8 |
Signed 8-bit type. More... | |
typedef uint16_t | kzU16 |
Unsigned 16-bit type. More... | |
typedef int16_t | kzS16 |
Signed 16-bit type. More... | |
typedef uint32_t | kzU32 |
Unsigned 32-bit type. More... | |
typedef int32_t | kzS32 |
Signed 32-bit type. More... | |
typedef uint64_t | kzU64 |
Unsigned 64-bit type. More... | |
typedef int64_t | kzS64 |
Signed 64-bit type. More... | |
Exact Kanzi types - 8 bit, 16 bit, 32 bit, 64 bit.
Copyright 2008-2017 by Rightware. All rights reserved.
typedef uint8_t kzU8 |
Unsigned 8-bit type.
typedef int8_t kzS8 |
Signed 8-bit type.
typedef uint16_t kzU16 |
Unsigned 16-bit type.
typedef int16_t kzS16 |
Signed 16-bit type.
typedef uint32_t kzU32 |
Unsigned 32-bit type.
typedef int32_t kzS32 |
Signed 32-bit type.
typedef uint64_t kzU64 |
Unsigned 64-bit type.
typedef int64_t kzS64 |
Signed 64-bit type.