Kanzi types - integers, floats, doubles, strings, inlines. More...
#include <kanzi/core/cpp/cstddef.hpp>#include <kanzi/core/legacy/kzs_stdint.hpp>#include <kanzi/core/util/macros.hpp>Macros | |
| #define | KZ_CALLBACK |
| Macro for flagging a function as a call-back function. | |
| #define | KZ_EMPTY_SOURCE_FILE |
| Macro to use in empty source file to allow compilation. | |
| #define | KZ_FALSE |
| False boolean value. | |
| #define | KZ_INLINE |
| Inline function definition. | |
| #define | KZ_NULL |
| Null pointer value. | |
| #define | KZ_TRUE |
| True boolean value. | |
Typedefs | |
| typedef int | kzBool |
| Boolean type. | |
| typedef unsigned char | kzByte |
| Byte type. | |
| typedef char | kzChar |
| Char type. | |
| typedef double | kzDouble |
| Double precision float type. | |
| typedef float | kzFloat |
| Float type. | |
| typedef int | kzInt |
| Signed integer type. | |
| typedef kzChar * | kzMutableString |
| Non-const string type. | |
| typedef void * | kzPointer |
| Pointer to anything type. | |
| typedef kzChar const * | kzString |
| Constant string type. | |
| typedef unsigned int | kzUint |
| Unsigned integer type. | |
| typedef unsigned int | kzUnicodeChar |
| Unsigned char type. | |
Kanzi types - integers, floats, doubles, strings, inlines.
Copyright 2008-2017 by Rightware. All rights reserved.
| #define KZ_FALSE |
False boolean value.
| #define KZ_TRUE |
True boolean value.
| #define KZ_NULL |
Null pointer value.
| #define KZ_INLINE |
Inline function definition.
| #define KZ_CALLBACK |
Macro for flagging a function as a call-back function.
| #define KZ_EMPTY_SOURCE_FILE |
Macro to use in empty source file to allow compilation.
| typedef int kzBool |
Boolean type.
| typedef char kzChar |
Char type.
| typedef unsigned int kzUnicodeChar |
Unsigned char type.
| typedef kzChar* kzMutableString |
Non-const string type.
| typedef int kzInt |
Signed integer type.
| typedef unsigned int kzUint |
Unsigned integer type.
| typedef float kzFloat |
Float type.
| typedef double kzDouble |
Double precision float type.
| typedef unsigned char kzByte |
Byte type.
| typedef void* kzPointer |
Pointer to anything type.