All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzc_collection_value.h File Reference

Value union definitions for collections. More...

Classes

union  KzcCollectionValue
 Collection value types. More...
 

Namespaces

 kanzi
 

Enumerations

enum  KzcCollectionValueType {
  KZC_COLLECTION_VALUE_TYPE_NOT_ASSIGNED, KZC_COLLECTION_VALUE_TYPE_INT, KZC_COLLECTION_VALUE_TYPE_UINT, KZC_COLLECTION_VALUE_TYPE_FLOAT,
  KZC_COLLECTION_VALUE_TYPE_POINTER, KZC_COLLECTION_VALUE_TYPE_STRING
}
 Value type identifiers. More...
 

Detailed Description

Value union definitions for collections.

Copyright 2008-2020 by Rightware. All rights reserved.

Enumeration Type Documentation

Value type identifiers.

Enumerator
KZC_COLLECTION_VALUE_TYPE_NOT_ASSIGNED 

No value type.

KZC_COLLECTION_VALUE_TYPE_INT 

Integer value.

KZC_COLLECTION_VALUE_TYPE_UINT 

Unsigned integer value.

KZC_COLLECTION_VALUE_TYPE_FLOAT 

Float value.

KZC_COLLECTION_VALUE_TYPE_POINTER 

Pointer value.

KZC_COLLECTION_VALUE_TYPE_STRING 

String value (kzString).