Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzcCollectionValue Union Reference

Collection value types. More...

#include <kzc_collection_value.h>

Data Fields

kzSizeT comparisonValue
 Value used for comparison within this collection. More...
 
const voidpointerValue
 Pointer value. More...
 
kzString stringValue
 String value. More...
 
kzInt intValue
 Integer value. More...
 
kzUint uintValue
 Unsigned integer value. More...
 
kzFloat floatValue
 Float value. More...
 

Detailed Description

Collection value types.

Field Documentation

kzSizeT KzcCollectionValue::comparisonValue

Value used for comparison within this collection.

Size of kzSizeT is the size of a pointer.

const void* KzcCollectionValue::pointerValue

Pointer value.

kzString KzcCollectionValue::stringValue

String value.

kzInt KzcCollectionValue::intValue

Integer value.

kzUint KzcCollectionValue::uintValue

Unsigned integer value.

kzFloat KzcCollectionValue::floatValue

Float value.


The documentation for this union was generated from the following file: