Kanzi  3.9.6
Kanzi Engine API
kzs_types.hpp File Reference

Kanzi types - integers, floats, doubles, strings, inlines. More...

Macros

#define KZ_CALLBACK
 Macro for flagging a function as a call-back function. More...
 
#define KZ_EMPTY_SOURCE_FILE
 Macro to use in empty source file to allow compilation. More...
 
#define KZ_FALSE
 False boolean value. More...
 
#define KZ_INLINE
 Inline function definition. More...
 
#define KZ_NULL
 Null pointer value. More...
 
#define KZ_TRUE
 True boolean value. More...
 

Typedefs

typedef int kzBool
 Boolean type. More...
 
typedef unsigned char kzByte
 Byte type. More...
 
typedef char kzChar
 Char type. More...
 
typedef double kzDouble
 Double precision float type. More...
 
typedef float kzFloat
 Float type. More...
 
typedef int kzInt
 Signed integer type. More...
 
typedef kzCharkzMutableString
 Non-const string type. More...
 
typedef void * kzPointer
 Pointer to anything type. More...
 
typedef kzChar const * kzString
 Constant string type. More...
 
typedef unsigned int kzUint
 Unsigned integer type. More...
 
typedef unsigned int kzUnicodeChar
 Unsigned char type. More...
 

Detailed Description

Kanzi types - integers, floats, doubles, strings, inlines.

Copyright 2008-2017 by Rightware. All rights reserved.

Macro Definition Documentation

◆ KZ_FALSE

#define KZ_FALSE

False boolean value.

◆ KZ_TRUE

#define KZ_TRUE

True boolean value.

◆ KZ_NULL

#define KZ_NULL

Null pointer value.

◆ KZ_INLINE

#define KZ_INLINE

Inline function definition.

◆ KZ_CALLBACK

#define KZ_CALLBACK

Macro for flagging a function as a call-back function.

◆ KZ_EMPTY_SOURCE_FILE

#define KZ_EMPTY_SOURCE_FILE

Macro to use in empty source file to allow compilation.

Typedef Documentation

◆ kzBool

typedef int kzBool

Boolean type.

◆ kzChar

typedef char kzChar

Char type.

◆ kzUnicodeChar

typedef unsigned int kzUnicodeChar

Unsigned char type.

◆ kzString

typedef kzChar const* kzString

Constant string type.

◆ kzMutableString

Non-const string type.

◆ kzInt

typedef int kzInt

Signed integer type.

◆ kzUint

typedef unsigned int kzUint

Unsigned integer type.

◆ kzFloat

typedef float kzFloat

Float type.

◆ kzDouble

typedef double kzDouble

Double precision float type.

◆ kzByte

typedef unsigned char kzByte

Byte type.

◆ kzPointer

typedef void* kzPointer

Pointer to anything type.